Html Css Color HEX #B49E76 Bronco

📋 copy color: '#B49E76'

red 180 ◦ green 158 ◦ blue 118

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

Shades of Bronco #B49E76

Tints of Bronco #B49E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 39.47%
G = 34.65%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49E76 (or 0xB49E76) is known color: Bronco. HEX triplet: B4, 9E and 76. RGB value is (180,158,118). Sum of RGB (Red+Green+Blue) = 180+158+118=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E76 is #4B6189. Grayscale: #A0A0A0. Windows color (decimal): -4940170 or 7773876. OLE color: 7773876.

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

Color convert

RGB 180 158 118 -
CMYK 0 0.12 0.34 0.29
HSL 38.71º 0.29% 0.58% -
HSV(B) 38.71º 0.34% 0.71% -
XYZ 34.32 35.47 22.18 -
YUV 160.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 180 158 118 0 0.12 0.34 0.29 38.71 0.29 0.58
Hex B4 9E 76 0 C 22 1D 27 1D 3A
Octal 264 236 166 0 14 42 35 47 35 72
Binary 10110100 10011110 1110110 0 1100 100010 11101 100111 11101 111010

Color Harmonies of #B49E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E76

Black with #B49E76

Text Example


Text Example

White with #B49E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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