#b08f34

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

Shades of Reef Gold #B08F34

Tints of Reef Gold #B08F34

Color information

#B08F34 (or 0xB08F34) is unknown color: approx Reef Gold. HEX triplet: B0, 8F and 34. RGB value is (176,143,52). Sum of RGB (Red+Green+Blue) = 176+143+52=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F34 is #4F70CB. Grayscale: #8E8E8E. Windows color (decimal): -5206220 or 3444656. OLE color: 3444656.

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

Color convert

RGB17614352-
CMYK00.190.700.31
HSL44.03º54.39%44.71%-
HSV(B)44.03º70.45%69.02%-
XYZ28.3529.127.38-
YUV142.4976.93151.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=47.44%
G=38.54%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761435200.190.700.3144.0354.3944.71
HexB08F34013461F2c362d
Octal2602176402310637546655
Binary1011000010001111110100010011100011011111101100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08f34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08f34; }

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

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

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

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

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

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

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

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