#B19D7F

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

Shades of Bronco #B19D7F

Tints of Bronco #B19D7F

Color information

#B19D7F (or 0xB19D7F) is unknown color: approx Bronco. HEX triplet: B1, 9D and 7F. RGB value is (177,157,127). Sum of RGB (Red+Green+Blue) = 177+157+127=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D7F is #4E6280. Grayscale: #9F9F9F. Windows color (decimal): -5137025 or 8363441. OLE color: 8363441.

HSL color Cylindrical-coordinate representation of color #B19D7F: hue angle of 36º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19D7F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB177157127-
CMYK00.110.280.31
HSL36º24.27%59.61%-
HSV(B)36º28.25%69.41%-
XYZ34.0234.9925.04-
YUV159.56109.63140.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 127 (50% from 255) = 27.55%
R=38.39%
G=34.06%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715712700.110.280.313624.2759.61
HexB19D7F0B1C1F24183c
Octal2612351770133437443074
Binary1011000110011101111111101011111001111110010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D7F; }

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

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

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

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

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

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

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

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