#B19E7C

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

Shades of Bronco #B19E7C

Tints of Bronco #B19E7C

Color information

#B19E7C (or 0xB19E7C) is unknown color: approx Bronco. HEX triplet: B1, 9E and 7C. RGB value is (177,158,124). Sum of RGB (Red+Green+Blue) = 177+158+124=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7C is #4E6183. Grayscale: #9F9F9F. Windows color (decimal): -5136772 or 8167089. OLE color: 8167089.

HSL color Cylindrical-coordinate representation of color #B19E7C: hue angle of 38.49º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19E7C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177158124-
CMYK00.110.300.31
HSL38.49º25.36%59.02%-
HSV(B)38.49º29.94%69.41%-
XYZ3435.2624.08-
YUV159.8107.79140.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=38.56%
G=34.42%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715812400.110.300.3138.4925.3659.02
HexB19E7C0B1E1F26193b
Octal2612361740133637463173
Binary1011000110011110111110001011111101111110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E7C; }

 p { color: rgb(177,158,124); }

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

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

 a { background-color: rgb(177,158,124); }

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

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

 span { border-color: rgb(177,158,124); }

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