#B19977

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

Shades of Bronco #B19977

Tints of Bronco #B19977

Color information

#B19977 (or 0xB19977) is unknown color: approx Bronco. HEX triplet: B1, 99 and 77. RGB value is (177,153,119). Sum of RGB (Red+Green+Blue) = 177+153+119=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B19977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19977 is #4E6688. Grayscale: #9C9C9C. Windows color (decimal): -5138057 or 7838129. OLE color: 7838129.

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

Color convert

RGB177153119-
CMYK00.140.330.31
HSL35.17º27.1%58.04%-
HSV(B)35.17º32.77%69.41%-
XYZ32.8533.4622.18-
YUV156.3106.95142.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=39.42%
G=34.08%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311900.140.330.3135.1727.158.04
HexB199770E211F231b3a
Octal2612311670164137433372
Binary10110001100110011110111011101000011111110001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19977; }

 p { color: rgb(177,153,119); }

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

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

 a { background-color: rgb(177,153,119); }

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

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

 span { border-color: rgb(177,153,119); }

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