#B19978

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

Shades of Bronco #B19978

Tints of Bronco #B19978

Color information

#B19978 (or 0xB19978) is unknown color: approx Bronco. HEX triplet: B1, 99 and 78. RGB value is (177,153,120). Sum of RGB (Red+Green+Blue) = 177+153+120=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B19978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19978 is #4E6687. Grayscale: #9C9C9C. Windows color (decimal): -5138056 or 7903665. OLE color: 7903665.

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

Color convert

RGB177153120-
CMYK00.140.320.31
HSL34.74º26.76%58.24%-
HSV(B)34.74º32.2%69.41%-
XYZ32.9133.4922.5-
YUV156.41107.45142.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=39.33%
G=34%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715312000.140.320.3134.7426.7658.24
HexB199780E201F231b3a
Octal2612311700164037433372
Binary10110001100110011111000011101000001111110001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19978; }

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

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

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

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

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

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

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

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