#B18F31

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

Shades of Reef Gold #B18F31

Tints of Reef Gold #B18F31

Color information

#B18F31 (or 0xB18F31) is unknown color: approx Reef Gold. HEX triplet: B1, 8F and 31. RGB value is (177,143,49). Sum of RGB (Red+Green+Blue) = 177+143+49=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F31 is #4E70CE. Grayscale: #8E8E8E. Windows color (decimal): -5140687 or 3248049. OLE color: 3248049.

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

Color convert

RGB17714349-
CMYK00.190.720.31
HSL44.06º56.64%44.31%-
HSV(B)44.06º72.32%69.41%-
XYZ28.5129.217.04-
YUV142.4575.26152.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 49 (19.53% from 255) = 13.28%
R=47.97%
G=38.75%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771434900.190.720.3144.0656.6444.31
HexB18F31013481F2c392c
Octal2612176102311037547154
Binary1011000110001111110001010011100100011111101100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F31; }

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

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

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

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

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

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

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

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