#B19A7A

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

Shades of Bronco #B19A7A

Tints of Bronco #B19A7A

Color information

#B19A7A (or 0xB19A7A) is unknown color: approx Bronco. HEX triplet: B1, 9A and 7A. RGB value is (177,154,122). Sum of RGB (Red+Green+Blue) = 177+154+122=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A7A is #4E6585. Grayscale: #9D9D9D. Windows color (decimal): -5137798 or 8034993. OLE color: 8034993.

HSL color Cylindrical-coordinate representation of color #B19A7A: hue angle of 34.91º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B19A7A is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177154122-
CMYK00.130.310.31
HSL34.91º26.07%58.63%-
HSV(B)34.91º31.07%69.41%-
XYZ33.233.8623.2-
YUV157.23108.12142.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=39.07%
G=34.00%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715412200.130.310.3134.9126.0758.63
HexB19A7A0D1F1F231a3b
Octal2612321720153737433273
Binary1011000110011010111101001101111111111110001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A7A; }

 p { color: rgb(177,154,122); }

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

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

 a { background-color: rgb(177,154,122); }

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

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

 span { border-color: rgb(177,154,122); }

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