#B19036

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

Shades of Reef Gold #B19036

Tints of Reef Gold #B19036

Color information

#B19036 (or 0xB19036) is unknown color: approx Reef Gold. HEX triplet: B1, 90 and 36. RGB value is (177,144,54). Sum of RGB (Red+Green+Blue) = 177+144+54=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B19036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19036 is #4E6FC9. Grayscale: #909090. Windows color (decimal): -5140426 or 3575985. OLE color: 3575985.

HSL color Cylindrical-coordinate representation of color #B19036: hue angle of 43.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B19036 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB17714454-
CMYK00.190.690.31
HSL43.9º53.25%45.29%-
HSV(B)43.9º69.49%69.41%-
XYZ28.7729.567.68-
YUV143.6177.43151.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=47.2%
G=38.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771445400.190.690.3143.953.2545.29
HexB19036013451F2c352d
Octal2612206602310537546555
Binary1011000110010000110110010011100010111111101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19036; }

 p { color: rgb(177,144,54); }

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

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

 a { background-color: rgb(177,144,54); }

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

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

 span { border-color: rgb(177,144,54); }

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