#B09B36

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

Shades of Reef Gold #B09B36

Tints of Reef Gold #B09B36

Color information

#B09B36 (or 0xB09B36) is unknown color: approx Reef Gold. HEX triplet: B0, 9B and 36. RGB value is (176,155,54). Sum of RGB (Red+Green+Blue) = 176+155+54=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B36 is #4F64C9. Grayscale: #969696. Windows color (decimal): -5203146 or 3578800. OLE color: 3578800.

HSL color Cylindrical-coordinate representation of color #B09B36: hue angle of 49.67º 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 #B09B36 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17615554-
CMYK00.120.690.31
HSL49.67º53.04%45.1%-
HSV(B)49.67º69.32%69.02%-
XYZ30.2932.948.25-
YUV149.7673.96146.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=45.71%
G=40.26%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761555400.120.690.3149.6753.0445.1
HexB09B360C451F32352d
Octal2602336601410537626555
Binary101100001001101111011001100100010111111110010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B36; }

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

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

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

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

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

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

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

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