Html Css Color HEX #B49D7E Bronco

📋 copy color: '#B49D7E'

red 180 ◦ green 157 ◦ blue 126

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

Shades of Bronco #B49D7E

Tints of Bronco #B49D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 38.88%
G = 33.91%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B49D7E (or 0xB49D7E) is known color: Bronco. HEX triplet: B4, 9D and 7E. RGB value is (180,157,126). Sum of RGB (Red+Green+Blue) = 180+157+126=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D7E is #4B6281. Grayscale: #A0A0A0. Windows color (decimal): -4940418 or 8297908. OLE color: 8297908.

HSL color Cylindrical-coordinate representation of color #B49D7E: hue angle of 34.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B49D7E is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 126 -
CMYK 0 0.13 0.3 0.29
HSL 34.44º 0.26% 0.6% -
HSV(B) 34.44º 0.3% 0.71% -
XYZ 34.65 35.32 24.73 -
YUV 160.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 180 157 126 0 0.13 0.3 0.29 34.44 0.26 0.6
Hex B4 9D 7E 0 D 1E 1D 22 1A 3C
Octal 264 235 176 0 15 36 35 42 32 74
Binary 10110100 10011101 1111110 0 1101 11110 11101 100010 11010 111100

Color Harmonies of #B49D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D7E

Black with #B49D7E

Text Example


Text Example

White with #B49D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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