#B08B32

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

Shades of Reef Gold #B08B32

Tints of Reef Gold #B08B32

Color information

#B08B32 (or 0xB08B32) is unknown color: approx Reef Gold. HEX triplet: B0, 8B and 32. RGB value is (176,139,50). Sum of RGB (Red+Green+Blue) = 176+139+50=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08B32 is #4F74CD. Grayscale: #8C8C8C. Windows color (decimal): -5207246 or 3312560. OLE color: 3312560.

HSL color Cylindrical-coordinate representation of color #B08B32: hue angle of 42.38º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B08B32 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17613950-
CMYK00.210.720.31
HSL42.38º55.75%44.31%-
HSV(B)42.38º71.59%69.02%-
XYZ27.7127.936.95-
YUV139.9277.26153.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=48.22%
G=38.08%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761395000.210.720.3142.3855.7544.31
HexB08B32015481F2a382c
Octal2602136202511037527054
Binary1011000010001011110010010101100100011111101010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B32; }

 p { color: rgb(176,139,50); }

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

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

 a { background-color: rgb(176,139,50); }

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

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

 span { border-color: rgb(176,139,50); }

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