#B19236

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

Shades of Reef Gold #B19236

Tints of Reef Gold #B19236

Color information

#B19236 (or 0xB19236) is unknown color: approx Reef Gold. HEX triplet: B1, 92 and 36. RGB value is (177,146,54). Sum of RGB (Red+Green+Blue) = 177+146+54=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B19236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19236 is #4E6DC9. Grayscale: #919191. Windows color (decimal): -5139914 or 3576497. OLE color: 3576497.

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

Color convert

RGB17714654-
CMYK00.180.690.31
HSL44.88º53.25%45.29%-
HSV(B)44.88º69.49%69.41%-
XYZ29.0830.177.78-
YUV144.7876.77150.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=46.95%
G=38.73%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771465400.180.690.3144.8853.2545.29
HexB19236012451F2d352d
Octal2612226602210537556555
Binary1011000110010010110110010010100010111111101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19236; }

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

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

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

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

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

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

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

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