#B19431

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

Shades of Reef Gold #B19431

Tints of Reef Gold #B19431

Color information

#B19431 (or 0xB19431) is unknown color: approx Reef Gold. HEX triplet: B1, 94 and 31. RGB value is (177,148,49). Sum of RGB (Red+Green+Blue) = 177+148+49=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B19431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19431 is #4E6BCE. Grayscale: #919191. Windows color (decimal): -5139407 or 3249329. OLE color: 3249329.

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

Color convert

RGB17714849-
CMYK00.160.720.31
HSL46.41º56.64%44.31%-
HSV(B)46.41º72.32%69.41%-
XYZ29.2830.757.3-
YUV145.3873.61150.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 49 (19.53% from 255) = 13.10%
R=47.33%
G=39.57%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771484900.160.720.3146.4156.6444.31
HexB19431010481F2e392c
Octal2612246102011037567154
Binary1011000110010100110001010000100100011111101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19431; }

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

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

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

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

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

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

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

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