Html Css Color HEX #B49C76 Bronco

📋 copy color: '#B49C76'

red 180 ◦ green 156 ◦ blue 118

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

Shades of Bronco #B49C76

Tints of Bronco #B49C76

RGB

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

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

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

R = 39.65%
G = 34.36%
B = 25.99%

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

#B49C76 (or 0xB49C76) is known color: Bronco. HEX triplet: B4, 9C and 76. RGB value is (180,156,118). Sum of RGB (Red+Green+Blue) = 180+156+118=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C76 is #4B6389. Grayscale: #9F9F9F. Windows color (decimal): -4940682 or 7773364. OLE color: 7773364.

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

Color convert

RGB 180 156 118 -
CMYK 0 0.13 0.34 0.29
HSL 36.77º 0.29% 0.58% -
HSV(B) 36.77º 0.34% 0.71% -
XYZ 33.98 34.79 22.06 -
YUV 158.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 180 156 118 0 0.13 0.34 0.29 36.77 0.29 0.58
Hex B4 9C 76 0 D 22 1D 25 1D 3A
Octal 264 234 166 0 15 42 35 45 35 72
Binary 10110100 10011100 1110110 0 1101 100010 11101 100101 11101 111010

Color Harmonies of #B49C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C76

Black with #B49C76

Text Example


Text Example

White with #B49C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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