#B19435

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

Shades of Reef Gold #B19435

Tints of Reef Gold #B19435

Color information

#B19435 (or 0xB19435) is unknown color: approx Reef Gold. HEX triplet: B1, 94 and 35. RGB value is (177,148,53). Sum of RGB (Red+Green+Blue) = 177+148+53=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B19435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19435 is #4E6BCA. Grayscale: #929292. Windows color (decimal): -5139403 or 3511473. OLE color: 3511473.

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

Color convert

RGB17714853-
CMYK00.160.700.31
HSL45.97º53.91%45.1%-
HSV(B)45.97º70.06%69.41%-
XYZ29.3630.787.76-
YUV145.8475.61150.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=46.83%
G=39.15%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771485300.160.700.3145.9753.9145.1
HexB19435010461F2e362d
Octal2612246502010637566655
Binary1011000110010100110101010000100011011111101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19435; }

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

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

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

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

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

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

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

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