#B29235

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

Shades of Reef Gold #B29235

Tints of Reef Gold #B29235

Color information

#B29235 (or 0xB29235) is unknown color: approx Reef Gold. HEX triplet: B2, 92 and 35. RGB value is (178,146,53). Sum of RGB (Red+Green+Blue) = 178+146+53=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B29235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29235 is #4D6DCA. Grayscale: #919191. Windows color (decimal): -5074379 or 3510962. OLE color: 3510962.

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

Color convert

RGB17814653-
CMYK00.180.700.30
HSL44.64º54.11%45.29%-
HSV(B)44.64º70.22%69.8%-
XYZ29.2830.287.67-
YUV144.9776.1151.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 53 (21.09% from 255) = 14.06%
R=47.21%
G=38.73%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781465300.180.700.3044.6454.1145.29
HexB29235012461E2d362d
Octal2622226502210636556655
Binary1011001010010010110101010010100011011110101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29235; }

 p { color: rgb(178,146,53); }

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

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

 a { background-color: rgb(178,146,53); }

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

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

 span { border-color: rgb(178,146,53); }

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