#B19B7E

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

Shades of Bronco #B19B7E

Tints of Bronco #B19B7E

Color information

#B19B7E (or 0xB19B7E) is unknown color: approx Bronco. HEX triplet: B1, 9B and 7E. RGB value is (177,155,126). Sum of RGB (Red+Green+Blue) = 177+155+126=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B7E is #4E6481. Grayscale: #9E9E9E. Windows color (decimal): -5137538 or 8297393. OLE color: 8297393.

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

Color convert

RGB177155126-
CMYK00.120.290.31
HSL34.12º24.64%59.41%-
HSV(B)34.12º28.81%69.41%-
XYZ33.6234.324.59-
YUV158.27109.79141.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=38.65%
G=33.84%
B=27.51%

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
Decimal17715512600.120.290.3134.1224.6459.41
HexB19B7E0C1D1F22193b
Octal2612331760143537423173
Binary1011000110011011111111001100111011111110001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B7E; }

 p { color: rgb(177,155,126); }

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

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

 a { background-color: rgb(177,155,126); }

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

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

 span { border-color: rgb(177,155,126); }

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