#B19B79

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

Shades of Bronco #B19B79

Tints of Bronco #B19B79

Color information

#B19B79 (or 0xB19B79) is unknown color: approx Bronco. HEX triplet: B1, 9B and 79. RGB value is (177,155,121). Sum of RGB (Red+Green+Blue) = 177+155+121=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B79 is #4E6486. Grayscale: #9D9D9D. Windows color (decimal): -5137543 or 7969713. OLE color: 7969713.

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

Color convert

RGB177155121-
CMYK00.120.320.31
HSL36.43º26.42%58.43%-
HSV(B)36.43º31.64%69.41%-
XYZ33.334.1722.93-
YUV157.7107.29141.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=39.07%
G=34.22%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715512100.120.320.3136.4326.4258.43
HexB19B790C201F241a3a
Octal2612331710144037443272
Binary10110001100110111111001011001000001111110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B79; }

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

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

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

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

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

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

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

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