#B19331

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

Shades of Reef Gold #B19331

Tints of Reef Gold #B19331

Color information

#B19331 (or 0xB19331) is unknown color: approx Reef Gold. HEX triplet: B1, 93 and 31. RGB value is (177,147,49). Sum of RGB (Red+Green+Blue) = 177+147+49=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B19331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19331 is #4E6CCE. Grayscale: #919191. Windows color (decimal): -5139663 or 3249073. OLE color: 3249073.

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

Color convert

RGB17714749-
CMYK00.170.720.31
HSL45.94º56.64%44.31%-
HSV(B)45.94º72.32%69.41%-
XYZ29.1230.447.25-
YUV144.873.94150.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 49 (19.53% from 255) = 13.14%
R=47.45%
G=39.41%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771474900.170.720.3145.9456.6444.31
HexB19331011481F2e392c
Octal2612236102111037567154
Binary1011000110010011110001010001100100011111101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19331; }

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

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

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

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

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

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

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

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