Html Css Color HEX #B19F80 Bronco

📋 copy color: '#B19F80'

red 177 ◦ green 159 ◦ blue 128

#B19F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #B19F80

Tints of Bronco #B19F80

RGB

 RED value IS 177 (69.53% from 255) = 38.15%

 GREEN value IS 159 (62.5% from 255) = 34.27%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 38.15%
G = 34.27%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B19F80 (or 0xB19F80) is known color: Bronco. HEX triplet: B1, 9F and 80. RGB value is (177,159,128). Sum of RGB (Red+Green+Blue) = 177+159+128=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F80 is #4E607F. Grayscale: #A0A0A0. Windows color (decimal): -5136512 or 8429489. OLE color: 8429489.

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

Color convert

RGB 177 159 128 -
CMYK 0 0.10 0.28 0.31
HSL 37.96º 0.24% 0.6% -
HSV(B) 37.96º 0.28% 0.69% -
XYZ 34.43 35.7 25.5 -
YUV 160.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 177 159 128 0 0.10 0.28 0.31 37.96 0.24 0.6
Hex B1 9F 80 0 A 1C 1F 26 18 3C
Octal 261 237 200 0 12 34 37 46 30 74
Binary 10110001 10011111 10000000 0 1010 11100 11111 100110 11000 111100

Color Harmonies of #B19F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F80

Black with #B19F80

Text Example


Text Example

White with #B19F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F80; }

 p { color: rgb(177,159,128); }

 H1.HeaderClassName
 {
   color: #B19F80;
 }
 .AnyTagClassName
 {
   color: #B19F80;
 }
</style>

background-color css

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

 a { background-color: rgb(177,159,128); }

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

border-color css

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

 span { border-color: rgb(177,159,128); }

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