Html Css Color HEX #B49E6D Fallow

📋 copy color: '#B49E6D'

red 180 ◦ green 158 ◦ blue 109

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

Shades of Fallow #B49E6D

Tints of Fallow #B49E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 40.27%
G = 35.35%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B49E6D (or 0xB49E6D) is known color: Fallow. HEX triplet: B4, 9E and 6D. RGB value is (180,158,109). Sum of RGB (Red+Green+Blue) = 180+158+109=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E6D is #4B6192. Grayscale: #9F9F9F. Windows color (decimal): -4940179 or 7184052. OLE color: 7184052.

HSL color Cylindrical-coordinate representation of color #B49E6D: hue angle of 41.41º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B49E6D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 109 -
CMYK 0 0.12 0.39 0.29
HSL 41.41º 0.32% 0.57% -
HSV(B) 41.41º 0.39% 0.71% -
XYZ 33.81 35.26 19.49 -
YUV 158.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 180 158 109 0 0.12 0.39 0.29 41.41 0.32 0.57
Hex B4 9E 6D 0 C 27 1D 29 20 39
Octal 264 236 155 0 14 47 35 51 40 71
Binary 10110100 10011110 1101101 0 1100 100111 11101 101001 100000 111001

Color Harmonies of #B49E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E6D

Black with #B49E6D

Text Example


Text Example

White with #B49E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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