Html Css Color HEX #B19977 Bronco

📋 copy color: '#B19977'

red 177 ◦ green 153 ◦ blue 119

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

Shades of Bronco #B19977

Tints of Bronco #B19977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 39.42%
G = 34.08%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B19977 (or 0xB19977) is known color: Bronco. HEX triplet: B1, 99 and 77. RGB value is (177,153,119). Sum of RGB (Red+Green+Blue) = 177+153+119=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B19977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19977 is #4E6688. Grayscale: #9C9C9C. Windows color (decimal): -5138057 or 7838129. OLE color: 7838129.

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

Color convert

RGB 177 153 119 -
CMYK 0 0.14 0.33 0.31
HSL 35.17º 0.27% 0.58% -
HSV(B) 35.17º 0.33% 0.69% -
XYZ 32.85 33.46 22.18 -
YUV 156.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 177 153 119 0 0.14 0.33 0.31 35.17 0.27 0.58
Hex B1 99 77 0 E 21 1F 23 1B 3A
Octal 261 231 167 0 16 41 37 43 33 72
Binary 10110001 10011001 1110111 0 1110 100001 11111 100011 11011 111010

Color Harmonies of #B19977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19977

Black with #B19977

Text Example


Text Example

White with #B19977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19977; }

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

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

background-color css

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

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

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

border-color css

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

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

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