#B19C79

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

Shades of Bronco #B19C79

Tints of Bronco #B19C79

Color information

#B19C79 (or 0xB19C79) is unknown color: approx Bronco. HEX triplet: B1, 9C and 79. RGB value is (177,156,121). Sum of RGB (Red+Green+Blue) = 177+156+121=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C79 is #4E6386. Grayscale: #9E9E9E. Windows color (decimal): -5137287 or 7969969. OLE color: 7969969.

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

Color convert

RGB177156121-
CMYK00.120.320.31
HSL37.5º26.42%58.43%-
HSV(B)37.5º31.64%69.41%-
XYZ33.4734.522.99-
YUV158.29106.96141.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 156 (61.33% from 255) = 34.36%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=38.99%
G=34.36%
B=26.65%

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
Decimal17715612100.120.320.3137.526.4258.43
HexB19C790C201F261a3a
Octal2612341710144037463272
Binary10110001100111001111001011001000001111110011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C79; }

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

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

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

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

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

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

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

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