#B09531

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

Shades of Reef Gold #B09531

Tints of Reef Gold #B09531

Color information

#B09531 (or 0xB09531) is unknown color: approx Reef Gold. HEX triplet: B0, 95 and 31. RGB value is (176,149,49). Sum of RGB (Red+Green+Blue) = 176+149+49=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B09531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09531 is #4F6ACE. Grayscale: #929292. Windows color (decimal): -5204687 or 3249584. OLE color: 3249584.

HSL color Cylindrical-coordinate representation of color #B09531: hue angle of 47.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B09531 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17614949-
CMYK00.150.720.31
HSL47.24º56.44%44.12%-
HSV(B)47.24º72.16%69.02%-
XYZ29.2130.957.34-
YUV145.6773.45149.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=47.06%
G=39.84%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761494900.150.720.3147.2456.4444.12
HexB095310F481F2f382c
Octal2602256101711037577054
Binary101100001001010111000101111100100011111101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09531; }

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

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

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

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

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

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

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

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