#B0912D

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

Shades of Reef Gold #B0912D

Tints of Reef Gold #B0912D

Color information

#B0912D (or 0xB0912D) is unknown color: approx Reef Gold. HEX triplet: B0, 91 and 2D. RGB value is (176,145,45). Sum of RGB (Red+Green+Blue) = 176+145+45=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0912D is #4F6ED2. Grayscale: #8F8F8F. Windows color (decimal): -5205715 or 2986416. OLE color: 2986416.

HSL color Cylindrical-coordinate representation of color #B0912D: hue angle of 45.8º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0912D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17614545-
CMYK00.180.740.31
HSL45.8º59.28%43.33%-
HSV(B)45.8º74.43%69.02%-
XYZ28.529.676.71-
YUV142.8772.77151.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 45 (17.97% from 255) = 12.30%
R=48.09%
G=39.62%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761454500.180.740.3145.859.2843.33
HexB0912D0124A1F2e3b2b
Octal2602215502211237567353
Binary1011000010010001101101010010100101011111101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0912D; }

 p { color: rgb(176,145,45); }

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

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

 a { background-color: rgb(176,145,45); }

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

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

 span { border-color: rgb(176,145,45); }

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