Html Css Color HEX #B49C79 Bronco

📋 copy color: '#B49C79'

red 180 ◦ green 156 ◦ blue 121

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

Shades of Bronco #B49C79

Tints of Bronco #B49C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.14%

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

R = 39.39%
G = 34.14%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B49C79 (or 0xB49C79) is known color: Bronco. HEX triplet: B4, 9C and 79. RGB value is (180,156,121). Sum of RGB (Red+Green+Blue) = 180+156+121=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C79 is #4B6386. Grayscale: #9F9F9F. Windows color (decimal): -4940679 or 7969972. OLE color: 7969972.

HSL color Cylindrical-coordinate representation of color #B49C79: hue angle of 35.59º 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 #B49C79 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 121 -
CMYK 0 0.13 0.33 0.29
HSL 35.59º 0.28% 0.59% -
HSV(B) 35.59º 0.33% 0.71% -
XYZ 34.16 34.86 23.02 -
YUV 159.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 180 156 121 0 0.13 0.33 0.29 35.59 0.28 0.59
Hex B4 9C 79 0 D 21 1D 24 1C 3B
Octal 264 234 171 0 15 41 35 44 34 73
Binary 10110100 10011100 1111001 0 1101 100001 11101 100100 11100 111011

Color Harmonies of #B49C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C79

Black with #B49C79

Text Example


Text Example

White with #B49C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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