#B19A7D

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

Shades of Bronco #B19A7D

Tints of Bronco #B19A7D

Color information

#B19A7D (or 0xB19A7D) is unknown color: approx Bronco. HEX triplet: B1, 9A and 7D. RGB value is (177,154,125). Sum of RGB (Red+Green+Blue) = 177+154+125=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7D is #4E6582. Grayscale: #9D9D9D. Windows color (decimal): -5137795 or 8231601. OLE color: 8231601.

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

Color convert

RGB177154125-
CMYK00.130.290.31
HSL33.46º25%59.22%-
HSV(B)33.46º29.38%69.41%-
XYZ33.3933.9424.19-
YUV157.57109.62141.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=38.82%
G=33.77%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715412500.130.290.3133.462559.22
HexB19A7D0D1D1F21193b
Octal2612321750153537413173
Binary1011000110011010111110101101111011111110000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A7D; }

 p { color: rgb(177,154,125); }

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

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

 a { background-color: rgb(177,154,125); }

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

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

 span { border-color: rgb(177,154,125); }

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