#B19D82

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

Shades of Bronco #B19D82

Tints of Bronco #B19D82

Color information

#B19D82 (or 0xB19D82) is unknown color: approx Bronco. HEX triplet: B1, 9D and 82. RGB value is (177,157,130). Sum of RGB (Red+Green+Blue) = 177+157+130=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D82 is #4E627D. Grayscale: #A0A0A0. Windows color (decimal): -5137022 or 8560049. OLE color: 8560049.

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

Color convert

RGB177157130-
CMYK00.110.270.31
HSL34.47º23.15%60.2%-
HSV(B)34.47º26.55%69.41%-
XYZ34.2235.0726.09-
YUV159.9111.13140.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 157 (61.72% from 255) = 33.84%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=38.15%
G=33.84%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715713000.110.270.3134.4723.1560.2
HexB19D820B1B1F22173c
Octal2612352020133337422774
Binary10110001100111011000001001011110111111110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D82; }

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

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

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

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

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

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

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

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