#B19437

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

Shades of Reef Gold #B19437

Tints of Reef Gold #B19437

Color information

#B19437 (or 0xB19437) is unknown color: approx Reef Gold. HEX triplet: B1, 94 and 37. RGB value is (177,148,55). Sum of RGB (Red+Green+Blue) = 177+148+55=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19437 is #4E6BC8. Grayscale: #929292. Windows color (decimal): -5139401 or 3642545. OLE color: 3642545.

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

Color convert

RGB17714855-
CMYK00.160.690.31
HSL45.74º52.59%45.49%-
HSV(B)45.74º68.93%69.41%-
XYZ29.4130.88.01-
YUV146.0776.61150.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 55 (21.88% from 255) = 14.47%
R=46.58%
G=38.95%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771485500.160.690.3145.7452.5945.49
HexB19437010451F2e352d
Octal2612246702010537566555
Binary1011000110010100110111010000100010111111101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19437; }

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

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

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

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

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

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

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

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