#B09236

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

Shades of Reef Gold #B09236

Tints of Reef Gold #B09236

Color information

#B09236 (or 0xB09236) is unknown color: approx Reef Gold. HEX triplet: B0, 92 and 36. RGB value is (176,146,54). Sum of RGB (Red+Green+Blue) = 176+146+54=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B09236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09236 is #4F6DC9. Grayscale: #909090. Windows color (decimal): -5205450 or 3576496. OLE color: 3576496.

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

Color convert

RGB17614654-
CMYK00.170.690.31
HSL45.25º53.04%45.1%-
HSV(B)45.25º69.32%69.02%-
XYZ28.8530.057.77-
YUV144.4876.94150.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 54 (21.48% from 255) = 14.36%
R=46.81%
G=38.83%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761465400.170.690.3145.2553.0445.1
HexB09236011451F2d352d
Octal2602226602110537556555
Binary1011000010010010110110010001100010111111101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09236; }

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

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

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

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

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

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

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

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