#B19F84

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

Shades of Bronco #B19F84

Tints of Bronco #B19F84

Color information

#B19F84 (or 0xB19F84) is unknown color: approx Bronco. HEX triplet: B1, 9F and 84. RGB value is (177,159,132). Sum of RGB (Red+Green+Blue) = 177+159+132=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F84 is #4E607B. Grayscale: #A1A1A1. Windows color (decimal): -5136508 or 8691633. OLE color: 8691633.

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

Color convert

RGB177159132-
CMYK00.100.250.31
HSL36º22.39%60.59%-
HSV(B)36º25.42%69.41%-
XYZ34.6935.8126.91-
YUV161.3111.46139.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 132 (51.95% from 255) = 28.21%
R=37.82%
G=33.97%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715913200.100.250.313622.3960.59
HexB19F840A191F24163d
Octal2612372040123137442675
Binary10110001100111111000010001010110011111110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19F84; }

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

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

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

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

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

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

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

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