Html Css Color HEX #B49C6B Fallow

📋 copy color: '#B49C6B'

red 180 ◦ green 156 ◦ blue 107

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

Shades of Fallow #B49C6B

Tints of Fallow #B49C6B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 40.63%
G = 35.21%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B49C6B (or 0xB49C6B) is known color: Fallow. HEX triplet: B4, 9C and 6B. RGB value is (180,156,107). Sum of RGB (Red+Green+Blue) = 180+156+107=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C6B is #4B6394. Grayscale: #9D9D9D. Windows color (decimal): -4940693 or 7052468. OLE color: 7052468.

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

Color convert

RGB 180 156 107 -
CMYK 0 0.13 0.41 0.29
HSL 40.27º 0.33% 0.56% -
HSV(B) 40.27º 0.41% 0.71% -
XYZ 33.36 34.54 18.82 -
YUV 157.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 180 156 107 0 0.13 0.41 0.29 40.27 0.33 0.56
Hex B4 9C 6B 0 D 29 1D 28 21 38
Octal 264 234 153 0 15 51 35 50 41 70
Binary 10110100 10011100 1101011 0 1101 101001 11101 101000 100001 111000

Color Harmonies of #B49C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C6B

Black with #B49C6B

Text Example


Text Example

White with #B49C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C6B; }

 p { color: rgb(180,156,107); }

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

background-color css

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

 a { background-color: rgb(180,156,107); }

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

border-color css

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

 span { border-color: rgb(180,156,107); }

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