Html Css Color HEX #B49E7E Bronco

📋 copy color: '#B49E7E'

red 180 ◦ green 158 ◦ blue 126

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

Shades of Bronco #B49E7E

Tints of Bronco #B49E7E

RGB

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

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

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

R = 38.79%
G = 34.05%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B49E7E (or 0xB49E7E) is known color: Bronco. HEX triplet: B4, 9E and 7E. RGB value is (180,158,126). Sum of RGB (Red+Green+Blue) = 180+158+126=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7E is #4B6181. Grayscale: #A1A1A1. Windows color (decimal): -4940162 or 8298164. OLE color: 8298164.

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

Color convert

RGB 180 158 126 -
CMYK 0 0.12 0.3 0.29
HSL 35.56º 0.26% 0.6% -
HSV(B) 35.56º 0.3% 0.71% -
XYZ 34.82 35.66 24.79 -
YUV 160.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 180 158 126 0 0.12 0.3 0.29 35.56 0.26 0.6
Hex B4 9E 7E 0 C 1E 1D 24 1A 3C
Octal 264 236 176 0 14 36 35 44 32 74
Binary 10110100 10011110 1111110 0 1100 11110 11101 100100 11010 111100

Color Harmonies of #B49E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E7E

Black with #B49E7E

Text Example


Text Example

White with #B49E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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