#B19872

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

Shades of Bronco #B19872

Tints of Bronco #B19872

Color information

#B19872 (or 0xB19872) is unknown color: approx Bronco. HEX triplet: B1, 98 and 72. RGB value is (177,152,114). Sum of RGB (Red+Green+Blue) = 177+152+114=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19872 is #4E678D. Grayscale: #9B9B9B. Windows color (decimal): -5138318 or 7510193. OLE color: 7510193.

HSL color Cylindrical-coordinate representation of color #B19872: hue angle of 36.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19872 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB177152114-
CMYK00.140.360.31
HSL36.19º28.77%57.06%-
HSV(B)36.19º35.59%69.41%-
XYZ32.433.0220.59-
YUV155.14104.78143.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=39.95%
G=34.31%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715211400.140.360.3136.1928.7757.06
HexB198720E241F241d39
Octal2612301620164437443571
Binary10110001100110001110010011101001001111110010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19872; }

 p { color: rgb(177,152,114); }

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

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

 a { background-color: rgb(177,152,114); }

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

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

 span { border-color: rgb(177,152,114); }

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