#B19F82

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

Shades of Bronco #B19F82

Tints of Bronco #B19F82

Color information

#B19F82 (or 0xB19F82) is unknown color: approx Bronco. HEX triplet: B1, 9F and 82. RGB value is (177,159,130). Sum of RGB (Red+Green+Blue) = 177+159+130=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F82 is #4E607D. Grayscale: #A1A1A1. Windows color (decimal): -5136510 or 8560561. OLE color: 8560561.

HSL color Cylindrical-coordinate representation of color #B19F82: hue angle of 37.02º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19F82 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177159130-
CMYK00.100.270.31
HSL37.02º23.15%60.2%-
HSV(B)37.02º26.55%69.41%-
XYZ34.5635.7626.2-
YUV161.08110.46139.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=37.98%
G=34.12%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715913000.100.270.3137.0223.1560.2
HexB19F820A1B1F25173c
Octal2612372020123337452774
Binary10110001100111111000001001010110111111110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F82; }

 p { color: rgb(177,159,130); }

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

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

 a { background-color: rgb(177,159,130); }

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

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

 span { border-color: rgb(177,159,130); }

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