Html Css Color HEX #B49B77 Bronco

📋 copy color: '#B49B77'

red 180 ◦ green 155 ◦ blue 119

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

Shades of Bronco #B49B77

Tints of Bronco #B49B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 39.65%
G = 34.14%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B49B77 (or 0xB49B77) is known color: Bronco. HEX triplet: B4, 9B and 77. RGB value is (180,155,119). Sum of RGB (Red+Green+Blue) = 180+155+119=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B77 is #4B6488. Grayscale: #9E9E9E. Windows color (decimal): -4940937 or 7838644. OLE color: 7838644.

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

Color convert

RGB 180 155 119 -
CMYK 0 0.14 0.34 0.29
HSL 35.41º 0.29% 0.59% -
HSV(B) 35.41º 0.34% 0.71% -
XYZ 33.87 34.48 22.32 -
YUV 158.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 180 155 119 0 0.14 0.34 0.29 35.41 0.29 0.59
Hex B4 9B 77 0 E 22 1D 23 1D 3B
Octal 264 233 167 0 16 42 35 43 35 73
Binary 10110100 10011011 1110111 0 1110 100010 11101 100011 11101 111011

Color Harmonies of #B49B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B77

Black with #B49B77

Text Example


Text Example

White with #B49B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B77; }

 p { color: rgb(180,155,119); }

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

background-color css

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

 a { background-color: rgb(180,155,119); }

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

border-color css

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

 span { border-color: rgb(180,155,119); }

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