Html Css Color HEX #B19E80 Bronco

📋 copy color: '#B19E80'

red 177 ◦ green 158 ◦ blue 128

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

Shades of Bronco #B19E80

Tints of Bronco #B19E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 38.23%
G = 34.13%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B19E80 (or 0xB19E80) is known color: Bronco. HEX triplet: B1, 9E and 80. RGB value is (177,158,128). Sum of RGB (Red+Green+Blue) = 177+158+128=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E80 is #4E617F. Grayscale: #A0A0A0. Windows color (decimal): -5136768 or 8429233. OLE color: 8429233.

HSL color Cylindrical-coordinate representation of color #B19E80: hue angle of 36.73º 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 #B19E80 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 158 128 -
CMYK 0 0.11 0.28 0.31
HSL 36.73º 0.24% 0.6% -
HSV(B) 36.73º 0.28% 0.69% -
XYZ 34.25 35.36 25.44 -
YUV 160.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 177 158 128 0 0.11 0.28 0.31 36.73 0.24 0.6
Hex B1 9E 80 0 B 1C 1F 25 18 3C
Octal 261 236 200 0 13 34 37 45 30 74
Binary 10110001 10011110 10000000 0 1011 11100 11111 100101 11000 111100

Color Harmonies of #B19E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E80

Black with #B19E80

Text Example


Text Example

White with #B19E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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