#B2902F

Color #B2902F Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #B2902F

Tints of Reef Gold #B2902F

Color information

#B2902F (or 0xB2902F) is unknown color: approx Reef Gold. HEX triplet: B2, 90 and 2F. RGB value is (178,144,47). Sum of RGB (Red+Green+Blue) = 178+144+47=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2902F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2902F is #4D6FD0. Grayscale: #8F8F8F. Windows color (decimal): -5074897 or 3117234. OLE color: 3117234.

HSL color Cylindrical-coordinate representation of color #B2902F: hue angle of 44.43º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2902F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17814447-
CMYK00.190.740.30
HSL44.43º58.22%44.12%-
HSV(B)44.43º73.6%69.8%-
XYZ28.8529.626.89-
YUV143.1173.76152.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 47 (18.75% from 255) = 12.74%
R=48.24%
G=39.02%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781444700.190.740.3044.4358.2244.12
HexB2902F0134A1E2c3a2c
Octal2622205702311236547254
Binary1011001010010000101111010011100101011110101100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2902F; }

 p { color: rgb(178,144,47); }

 H1.HeaderClassName
 {
   color: #B2902F;
 }
 .AnyTagClassName
 {
   color: #B2902F;
 }
</style>
background-color css

<style>
 a { background-color: #B2902F; }

 a { background-color: rgb(178,144,47); }

 div.DivClassName
 {
   background-color: #B2902F;
 }
 .BgClassName
 {
   background-color: #B2902F;
 }
</style>
border-color css

<style>
 span { border-color: #B2902F; }

 span { border-color: rgb(178,144,47); }

 td.TdClassName
 {
   border-color: #B2902F;
 }
 .TagClassName
 {
   border-color: #B2902F;
 }
</style>