#B08E2D

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

Shades of Reef Gold #B08E2D

Tints of Reef Gold #B08E2D

Color information

#B08E2D (or 0xB08E2D) is unknown color: approx Reef Gold. HEX triplet: B0, 8E and 2D. RGB value is (176,142,45). Sum of RGB (Red+Green+Blue) = 176+142+45=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E2D is #4F71D2. Grayscale: #8D8D8D. Windows color (decimal): -5206483 or 2985648. OLE color: 2985648.

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

Color convert

RGB17614245-
CMYK00.190.740.31
HSL44.43º59.28%43.33%-
HSV(B)44.43º74.43%69.02%-
XYZ28.0528.776.56-
YUV141.1173.76152.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 45 (17.97% from 255) = 12.40%
R=48.48%
G=39.12%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761424500.190.740.3144.4359.2843.33
HexB08E2D0134A1F2c3b2b
Octal2602165502311237547353
Binary1011000010001110101101010011100101011111101100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E2D; }

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

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

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

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

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

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

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

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