#B19C7D

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

Shades of Bronco #B19C7D

Tints of Bronco #B19C7D

Color information

#B19C7D (or 0xB19C7D) is unknown color: approx Bronco. HEX triplet: B1, 9C and 7D. RGB value is (177,156,125). Sum of RGB (Red+Green+Blue) = 177+156+125=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C7D is #4E6382. Grayscale: #9E9E9E. Windows color (decimal): -5137283 or 8232113. OLE color: 8232113.

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

Color convert

RGB177156125-
CMYK00.120.290.31
HSL35.77º25%59.22%-
HSV(B)35.77º29.38%69.41%-
XYZ33.7234.624.3-
YUV158.74108.96141.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=38.65%
G=34.06%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715612500.120.290.3135.772559.22
HexB19C7D0C1D1F24193b
Octal2612341750143537443173
Binary1011000110011100111110101100111011111110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C7D; }

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

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

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

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

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

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

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

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