Html Css Color HEX #B4946D Fallow

📋 copy color: '#B4946D'

red 180 ◦ green 148 ◦ blue 109

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

Shades of Fallow #B4946D

Tints of Fallow #B4946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.87%

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

R = 41.19%
G = 33.87%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4946D (or 0xB4946D) is known color: Fallow. HEX triplet: B4, 94 and 6D. RGB value is (180,148,109). Sum of RGB (Red+Green+Blue) = 180+148+109=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4946D is #4B6B92. Grayscale: #999999. Windows color (decimal): -4942739 or 7181492. OLE color: 7181492.

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

Color convert

RGB 180 148 109 -
CMYK 0 0.18 0.39 0.29
HSL 32.96º 0.32% 0.57% -
HSV(B) 32.96º 0.39% 0.71% -
XYZ 32.17 31.99 18.95 -
YUV 153.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 180 148 109 0 0.18 0.39 0.29 32.96 0.32 0.57
Hex B4 94 6D 0 12 27 1D 21 20 39
Octal 264 224 155 0 22 47 35 41 40 71
Binary 10110100 10010100 1101101 0 10010 100111 11101 100001 100000 111001

Color Harmonies of #B4946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4946D

Black with #B4946D

Text Example


Text Example

White with #B4946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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