#B19E7D

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

Shades of Bronco #B19E7D

Tints of Bronco #B19E7D

Color information

#B19E7D (or 0xB19E7D) is unknown color: approx Bronco. HEX triplet: B1, 9E and 7D. RGB value is (177,158,125). Sum of RGB (Red+Green+Blue) = 177+158+125=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7D is #4E6182. Grayscale: #A0A0A0. Windows color (decimal): -5136771 or 8232625. OLE color: 8232625.

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

Color convert

RGB177158125-
CMYK00.110.290.31
HSL38.08º25%59.22%-
HSV(B)38.08º29.38%69.41%-
XYZ34.0635.2824.42-
YUV159.92108.29140.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=38.48%
G=34.35%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715812500.110.290.3138.082559.22
HexB19E7D0B1D1F26193b
Octal2612361750133537463173
Binary1011000110011110111110101011111011111110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19E7D; }

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

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

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

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

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

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

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

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