#B19B81

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

Shades of Bronco #B19B81

Tints of Bronco #B19B81

Color information

#B19B81 (or 0xB19B81) is unknown color: approx Bronco. HEX triplet: B1, 9B and 81. RGB value is (177,155,129). Sum of RGB (Red+Green+Blue) = 177+155+129=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B81 is #4E647E. Grayscale: #9E9E9E. Windows color (decimal): -5137535 or 8494001. OLE color: 8494001.

HSL color Cylindrical-coordinate representation of color #B19B81: hue angle of 32.5º degrees, saturation: 0.24, 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 #B19B81 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB177155129-
CMYK00.120.270.31
HSL32.5º23.53%60%-
HSV(B)32.5º27.12%69.41%-
XYZ33.8234.3725.62-
YUV158.61111.29141.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=38.39%
G=33.62%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715512900.120.270.3132.523.5360
HexB19B810C1B1F21183c
Octal2612332010143337413074
Binary10110001100110111000000101100110111111110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B81; }

 p { color: rgb(177,155,129); }

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

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

 a { background-color: rgb(177,155,129); }

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

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

 span { border-color: rgb(177,155,129); }

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