#B19935

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

Shades of Reef Gold #B19935

Tints of Reef Gold #B19935

Color information

#B19935 (or 0xB19935) is unknown color: approx Reef Gold. HEX triplet: B1, 99 and 35. RGB value is (177,153,53). Sum of RGB (Red+Green+Blue) = 177+153+53=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B19935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19935 is #4E66CA. Grayscale: #959595. Windows color (decimal): -5138123 or 3512753. OLE color: 3512753.

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

Color convert

RGB17715353-
CMYK00.140.700.31
HSL48.39º53.91%45.1%-
HSV(B)48.39º70.06%69.41%-
XYZ30.1732.398.03-
YUV148.7873.95148.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=46.21%
G=39.95%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771535300.140.700.3148.3953.9145.1
HexB199350E461F30362d
Octal2612316501610637606655
Binary101100011001100111010101110100011011111110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19935; }

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

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

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

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

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

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

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

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