#B18E31

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

Shades of Reef Gold #B18E31

Tints of Reef Gold #B18E31

Color information

#B18E31 (or 0xB18E31) is unknown color: approx Reef Gold. HEX triplet: B1, 8E and 31. RGB value is (177,142,49). Sum of RGB (Red+Green+Blue) = 177+142+49=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E31 is #4E71CE. Grayscale: #8E8E8E. Windows color (decimal): -5140943 or 3247793. OLE color: 3247793.

HSL color Cylindrical-coordinate representation of color #B18E31: hue angle of 43.59º degrees, saturation: 0.57, 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 #B18E31 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17714249-
CMYK00.200.720.31
HSL43.59º56.64%44.31%-
HSV(B)43.59º72.32%69.41%-
XYZ28.3628.916.99-
YUV141.8675.6153.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 49 (19.53% from 255) = 13.32%
R=48.10%
G=38.59%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771424900.200.720.3143.5956.6444.31
HexB18E31014481F2c392c
Octal2612166102411037547154
Binary1011000110001110110001010100100100011111101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E31; }

 p { color: rgb(177,142,49); }

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

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

 a { background-color: rgb(177,142,49); }

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

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

 span { border-color: rgb(177,142,49); }

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