Html Css Color HEX #B4966D Fallow

📋 copy color: '#B4966D'

red 180 ◦ green 150 ◦ blue 109

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

Shades of Fallow #B4966D

Tints of Fallow #B4966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 41%
G = 34.17%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4966D (or 0xB4966D) is known color: Fallow. HEX triplet: B4, 96 and 6D. RGB value is (180,150,109). Sum of RGB (Red+Green+Blue) = 180+150+109=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4966D is #4B6992. Grayscale: #9A9A9A. Windows color (decimal): -4942227 or 7182004. OLE color: 7182004.

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

Color convert

RGB 180 150 109 -
CMYK 0 0.17 0.39 0.29
HSL 34.65º 0.32% 0.57% -
HSV(B) 34.65º 0.39% 0.71% -
XYZ 32.49 32.62 19.05 -
YUV 154.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 180 150 109 0 0.17 0.39 0.29 34.65 0.32 0.57
Hex B4 96 6D 0 11 27 1D 23 20 39
Octal 264 226 155 0 21 47 35 43 40 71
Binary 10110100 10010110 1101101 0 10001 100111 11101 100011 100000 111001

Color Harmonies of #B4966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4966D

Black with #B4966D

Text Example


Text Example

White with #B4966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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