Html Css Color HEX #B49D76 Bronco

📋 copy color: '#B49D76'

red 180 ◦ green 157 ◦ blue 118

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

Shades of Bronco #B49D76

Tints of Bronco #B49D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.51%

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

R = 39.56%
G = 34.51%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49D76 (or 0xB49D76) is known color: Bronco. HEX triplet: B4, 9D and 76. RGB value is (180,157,118). Sum of RGB (Red+Green+Blue) = 180+157+118=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D76 is #4B6289. Grayscale: #9F9F9F. Windows color (decimal): -4940426 or 7773620. OLE color: 7773620.

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

Color convert

RGB 180 157 118 -
CMYK 0 0.13 0.34 0.29
HSL 37.74º 0.29% 0.58% -
HSV(B) 37.74º 0.34% 0.71% -
XYZ 34.15 35.13 22.12 -
YUV 159.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 180 157 118 0 0.13 0.34 0.29 37.74 0.29 0.58
Hex B4 9D 76 0 D 22 1D 26 1D 3A
Octal 264 235 166 0 15 42 35 46 35 72
Binary 10110100 10011101 1110110 0 1101 100010 11101 100110 11101 111010

Color Harmonies of #B49D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D76

Black with #B49D76

Text Example


Text Example

White with #B49D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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