#b29332

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

Shades of Reef Gold #B29332

Tints of Reef Gold #B29332

Color information

#B29332 (or 0xB29332) is unknown color: approx Reef Gold. HEX triplet: B2, 93 and 32. RGB value is (178,147,50). Sum of RGB (Red+Green+Blue) = 178+147+50=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B29332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29332 is #4D6CCD. Grayscale: #919191. Windows color (decimal): -5074126 or 3314610. OLE color: 3314610.

HSL color Cylindrical-coordinate representation of color #B29332: hue angle of 45.47º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B29332 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17814750-
CMYK00.170.720.30
HSL45.47º56.14%44.71%-
HSV(B)45.47º71.91%69.8%-
XYZ29.3730.567.37-
YUV145.2174.27151.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 50 (19.92% from 255) = 13.33%
R=47.47%
G=39.2%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781475000.170.720.3045.4756.1444.71
HexB29332011481E2d382d
Octal2622236202111036557055
Binary1011001010010011110010010001100100011110101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29332; }

 p { color: rgb(178,147,50); }

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

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

 a { background-color: rgb(178,147,50); }

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

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

 span { border-color: rgb(178,147,50); }

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