#B19972

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

Shades of Bronco #B19972

Tints of Bronco #B19972

Color information

#B19972 (or 0xB19972) is unknown color: approx Bronco. HEX triplet: B1, 99 and 72. RGB value is (177,153,114). Sum of RGB (Red+Green+Blue) = 177+153+114=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B19972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19972 is #4E668D. Grayscale: #9B9B9B. Windows color (decimal): -5138062 or 7510449. OLE color: 7510449.

HSL color Cylindrical-coordinate representation of color #B19972: hue angle of 37.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19972 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB177153114-
CMYK00.140.360.31
HSL37.14º28.77%57.06%-
HSV(B)37.14º35.59%69.41%-
XYZ32.5633.3420.64-
YUV155.73104.45143.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=39.86%
G=34.46%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311400.140.360.3137.1428.7757.06
HexB199720E241F251d39
Octal2612311620164437453571
Binary10110001100110011110010011101001001111110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19972; }

 p { color: rgb(177,153,114); }

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

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

 a { background-color: rgb(177,153,114); }

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

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

 span { border-color: rgb(177,153,114); }

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