#B0892B

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

Shades of Reef Gold #B0892B

Tints of Reef Gold #B0892B

Color information

#B0892B (or 0xB0892B) is unknown color: approx Reef Gold. HEX triplet: B0, 89 and 2B. RGB value is (176,137,43). Sum of RGB (Red+Green+Blue) = 176+137+43=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B0892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0892B is #4F76D4. Grayscale: #8A8A8A. Windows color (decimal): -5207765 or 2853296. OLE color: 2853296.

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

Color convert

RGB17613743-
CMYK00.220.760.31
HSL42.41º60.73%42.94%-
HSV(B)42.41º75.57%69.02%-
XYZ27.2927.36.12-
YUV137.9474.42155.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=49.44%
G=38.48%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761374300.220.760.3142.4160.7342.94
HexB0892B0164C1F2a3d2b
Octal2602115302611437527553
Binary1011000010001001101011010110100110011111101010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0892B; }

 p { color: rgb(176,137,43); }

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

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

 a { background-color: rgb(176,137,43); }

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

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

 span { border-color: rgb(176,137,43); }

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