#B19975

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

Shades of Bronco #B19975

Tints of Bronco #B19975

Color information

#B19975 (or 0xB19975) is unknown color: approx Bronco. HEX triplet: B1, 99 and 75. RGB value is (177,153,117). Sum of RGB (Red+Green+Blue) = 177+153+117=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B19975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19975 is #4E668A. Grayscale: #9C9C9C. Windows color (decimal): -5138059 or 7707057. OLE color: 7707057.

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

Color convert

RGB177153117-
CMYK00.140.340.31
HSL36º27.78%57.65%-
HSV(B)36º33.9%69.41%-
XYZ32.7333.4121.55-
YUV156.07105.95142.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=39.60%
G=34.23%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311700.140.340.313627.7857.65
HexB199750E221F241c3a
Octal2612311650164237443472
Binary10110001100110011110101011101000101111110010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19975; }

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

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

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

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

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

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

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

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