#B19D7D

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

Shades of Bronco #B19D7D

Tints of Bronco #B19D7D

Color information

#B19D7D (or 0xB19D7D) is unknown color: approx Bronco. HEX triplet: B1, 9D and 7D. RGB value is (177,157,125). Sum of RGB (Red+Green+Blue) = 177+157+125=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D7D is #4E6282. Grayscale: #9F9F9F. Windows color (decimal): -5137027 or 8232369. OLE color: 8232369.

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

Color convert

RGB177157125-
CMYK00.110.290.31
HSL36.92º25%59.22%-
HSV(B)36.92º29.38%69.41%-
XYZ33.8934.9424.36-
YUV159.33108.63140.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=38.56%
G=34.20%
B=27.23%

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
Decimal17715712500.110.290.3136.922559.22
HexB19D7D0B1D1F25193b
Octal2612351750133537453173
Binary1011000110011101111110101011111011111110010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D7D; }

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

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

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

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

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

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

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

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