#b08f36

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

Shades of Reef Gold #B08F36

Tints of Reef Gold #B08F36

Color information

#B08F36 (or 0xB08F36) is unknown color: approx Reef Gold. HEX triplet: B0, 8F and 36. RGB value is (176,143,54). Sum of RGB (Red+Green+Blue) = 176+143+54=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F36 is #4F70C9. Grayscale: #8F8F8F. Windows color (decimal): -5206218 or 3575728. OLE color: 3575728.

HSL color Cylindrical-coordinate representation of color #B08F36: hue angle of 43.77º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B08F36 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17614354-
CMYK00.190.690.31
HSL43.77º53.04%45.1%-
HSV(B)43.77º69.32%69.02%-
XYZ28.3929.147.62-
YUV142.7277.93151.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=47.18%
G=38.34%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761435400.190.690.3143.7753.0445.1
HexB08F36013451F2c352d
Octal2602176602310537546555
Binary1011000010001111110110010011100010111111101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08f36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08f36; }

 p { color: rgb(176,143,54); }

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

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

 a { background-color: rgb(176,143,54); }

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

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

 span { border-color: rgb(176,143,54); }

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