#B19973

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

Shades of Bronco #B19973

Tints of Bronco #B19973

Color information

#B19973 (or 0xB19973) is unknown color: approx Bronco. HEX triplet: B1, 99 and 73. RGB value is (177,153,115). Sum of RGB (Red+Green+Blue) = 177+153+115=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B19973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19973 is #4E668C. Grayscale: #9C9C9C. Windows color (decimal): -5138061 or 7575985. OLE color: 7575985.

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

Color convert

RGB177153115-
CMYK00.140.350.31
HSL36.77º28.44%57.25%-
HSV(B)36.77º35.03%69.41%-
XYZ32.6233.3720.94-
YUV155.84104.95143.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=39.78%
G=34.38%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311500.140.350.3136.7728.4457.25
HexB199730E231F251c39
Octal2612311630164337453471
Binary10110001100110011110011011101000111111110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19973; }

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

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

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

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

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

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

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

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