Html Css Color HEX #B49C74 Fallow

📋 copy color: '#B49C74'

red 180 ◦ green 156 ◦ blue 116

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

Shades of Fallow #B49C74

Tints of Fallow #B49C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 39.82%
G = 34.51%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B49C74 (or 0xB49C74) is known color: Fallow. HEX triplet: B4, 9C and 74. RGB value is (180,156,116). Sum of RGB (Red+Green+Blue) = 180+156+116=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C74 is #4B638B. Grayscale: #9E9E9E. Windows color (decimal): -4940684 or 7642292. OLE color: 7642292.

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

Color convert

RGB 180 156 116 -
CMYK 0 0.13 0.36 0.29
HSL 37.5º 0.3% 0.58% -
HSV(B) 37.5º 0.36% 0.71% -
XYZ 33.86 34.74 21.44 -
YUV 158.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 180 156 116 0 0.13 0.36 0.29 37.5 0.3 0.58
Hex B4 9C 74 0 D 24 1D 26 1E 3A
Octal 264 234 164 0 15 44 35 46 36 72
Binary 10110100 10011100 1110100 0 1101 100100 11101 100110 11110 111010

Color Harmonies of #B49C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C74

Black with #B49C74

Text Example


Text Example

White with #B49C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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