#B19974

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

Shades of Bronco #B19974

Tints of Bronco #B19974

Color information

#B19974 (or 0xB19974) is unknown color: approx Bronco. HEX triplet: B1, 99 and 74. RGB value is (177,153,116). Sum of RGB (Red+Green+Blue) = 177+153+116=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B19974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19974 is #4E668B. Grayscale: #9C9C9C. Windows color (decimal): -5138060 or 7641521. OLE color: 7641521.

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

Color convert

RGB177153116-
CMYK00.140.340.31
HSL36.39º28.11%57.45%-
HSV(B)36.39º34.46%69.41%-
XYZ32.6833.3921.25-
YUV155.96105.45143.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=39.69%
G=34.30%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715311600.140.340.3136.3928.1157.45
HexB199740E221F241c39
Octal2612311640164237443471
Binary10110001100110011110100011101000101111110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19974; }

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

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

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

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

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

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

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

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