#B19B83

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

Shades of Bronco #B19B83

Tints of Bronco #B19B83

Color information

#B19B83 (or 0xB19B83) is unknown color: approx Bronco. HEX triplet: B1, 9B and 83. RGB value is (177,155,131). Sum of RGB (Red+Green+Blue) = 177+155+131=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B83 is #4E647C. Grayscale: #9E9E9E. Windows color (decimal): -5137533 or 8625073. OLE color: 8625073.

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

Color convert

RGB177155131-
CMYK00.120.260.31
HSL31.3º22.77%60.39%-
HSV(B)31.3º25.99%69.41%-
XYZ33.9534.4326.33-
YUV158.84112.29140.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=38.23%
G=33.48%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715513100.120.260.3131.322.7760.39
HexB19B830C1A1F1f173c
Octal2612332030143237372774
Binary1011000110011011100000110110011010111111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B83; }

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

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

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

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

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

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

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

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