Html Css Color HEX #B49F6D Fallow

📋 copy color: '#B49F6D'

red 180 ◦ green 159 ◦ blue 109

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

Shades of Fallow #B49F6D

Tints of Fallow #B49F6D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

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

R = 40.18%
G = 35.49%
B = 24.33%

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

#B49F6D (or 0xB49F6D) is known color: Fallow. HEX triplet: B4, 9F and 6D. RGB value is (180,159,109). Sum of RGB (Red+Green+Blue) = 180+159+109=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F6D is #4B6092. Grayscale: #9F9F9F. Windows color (decimal): -4939923 or 7184308. OLE color: 7184308.

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

Color convert

RGB 180 159 109 -
CMYK 0 0.12 0.39 0.29
HSL 42.25º 0.32% 0.57% -
HSV(B) 42.25º 0.39% 0.71% -
XYZ 33.98 35.6 19.55 -
YUV 159.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 180 159 109 0 0.12 0.39 0.29 42.25 0.32 0.57
Hex B4 9F 6D 0 C 27 1D 2A 20 39
Octal 264 237 155 0 14 47 35 52 40 71
Binary 10110100 10011111 1101101 0 1100 100111 11101 101010 100000 111001

Color Harmonies of #B49F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F6D

Black with #B49F6D

Text Example


Text Example

White with #B49F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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