#B29835

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

Shades of Reef Gold #B29835

Tints of Reef Gold #B29835

Color information

#B29835 (or 0xB29835) is unknown color: approx Reef Gold. HEX triplet: B2, 98 and 35. RGB value is (178,152,53). Sum of RGB (Red+Green+Blue) = 178+152+53=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B29835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29835 is #4D67CA. Grayscale: #949494. Windows color (decimal): -5072843 or 3512498. OLE color: 3512498.

HSL color Cylindrical-coordinate representation of color #B29835: hue angle of 47.52º 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 #B29835 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17815253-
CMYK00.150.700.30
HSL47.52º54.11%45.29%-
HSV(B)47.52º70.22%69.8%-
XYZ30.2332.187.99-
YUV148.4974.11149.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=46.48%
G=39.69%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781525300.150.700.3047.5254.1145.29
HexB298350F461E30362d
Octal2622306501710636606655
Binary101100101001100011010101111100011011110110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29835; }

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

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

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

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

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

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

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

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