#B09536

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

Shades of Reef Gold #B09536

Tints of Reef Gold #B09536

Color information

#B09536 (or 0xB09536) is unknown color: approx Reef Gold. HEX triplet: B0, 95 and 36. RGB value is (176,149,54). Sum of RGB (Red+Green+Blue) = 176+149+54=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B09536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09536 is #4F6AC9. Grayscale: #929292. Windows color (decimal): -5204682 or 3577264. OLE color: 3577264.

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

Color convert

RGB17614954-
CMYK00.150.690.31
HSL46.72º53.04%45.1%-
HSV(B)46.72º69.32%69.02%-
XYZ29.3230.997.93-
YUV146.2475.95149.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 54 (21.48% from 255) = 14.25%
R=46.44%
G=39.31%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761495400.150.690.3146.7253.0445.1
HexB095360F451F2f352d
Octal2602256601710537576555
Binary101100001001010111011001111100010111111101111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09536; }

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

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

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

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

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

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

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

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