Html Css Color HEX #B49E79 Bronco

📋 copy color: '#B49E79'

red 180 ◦ green 158 ◦ blue 121

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

Shades of Bronco #B49E79

Tints of Bronco #B49E79

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

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

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 39.22%
G = 34.42%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49E79 (or 0xB49E79) is known color: Bronco. HEX triplet: B4, 9E and 79. RGB value is (180,158,121). Sum of RGB (Red+Green+Blue) = 180+158+121=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E79 is #4B6186. Grayscale: #A0A0A0. Windows color (decimal): -4940167 or 7970484. OLE color: 7970484.

HSL color Cylindrical-coordinate representation of color #B49E79: hue angle of 37.63º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49E79 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 121 -
CMYK 0 0.12 0.33 0.29
HSL 37.63º 0.28% 0.59% -
HSV(B) 37.63º 0.33% 0.71% -
XYZ 34.5 35.54 23.13 -
YUV 160.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 180 158 121 0 0.12 0.33 0.29 37.63 0.28 0.59
Hex B4 9E 79 0 C 21 1D 26 1C 3B
Octal 264 236 171 0 14 41 35 46 34 73
Binary 10110100 10011110 1111001 0 1100 100001 11101 100110 11100 111011

Color Harmonies of #B49E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E79

Black with #B49E79

Text Example


Text Example

White with #B49E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E79; }

 p { color: rgb(180,158,121); }

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

background-color css

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

 a { background-color: rgb(180,158,121); }

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

border-color css

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

 span { border-color: rgb(180,158,121); }

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