#B19635

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

Shades of Reef Gold #B19635

Tints of Reef Gold #B19635

Color information

#B19635 (or 0xB19635) is unknown color: approx Reef Gold. HEX triplet: B1, 96 and 35. RGB value is (177,150,53). Sum of RGB (Red+Green+Blue) = 177+150+53=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19635 is #4E69CA. Grayscale: #939393. Windows color (decimal): -5138891 or 3511985. OLE color: 3511985.

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

Color convert

RGB17715053-
CMYK00.150.700.31
HSL46.94º53.91%45.1%-
HSV(B)46.94º70.06%69.41%-
XYZ29.6831.427.87-
YUV147.0174.95149.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=46.58%
G=39.47%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771505300.150.700.3146.9453.9145.1
HexB196350F461F2f362d
Octal2612266501710637576655
Binary101100011001011011010101111100011011111101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19635; }

 p { color: rgb(177,150,53); }

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

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

 a { background-color: rgb(177,150,53); }

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

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

 span { border-color: rgb(177,150,53); }

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