Html Css Color HEX #B4966A Fallow

📋 copy color: '#B4966A'

red 180 ◦ green 150 ◦ blue 106

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

Shades of Fallow #B4966A

Tints of Fallow #B4966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 41.28%
G = 34.4%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4966A (or 0xB4966A) is known color: Fallow. HEX triplet: B4, 96 and 6A. RGB value is (180,150,106). Sum of RGB (Red+Green+Blue) = 180+150+106=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4966A is #4B6995. Grayscale: #9A9A9A. Windows color (decimal): -4942230 or 6985396. OLE color: 6985396.

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

Color convert

RGB 180 150 106 -
CMYK 0 0.17 0.41 0.29
HSL 35.68º 0.33% 0.56% -
HSV(B) 35.68º 0.41% 0.71% -
XYZ 32.33 32.56 18.22 -
YUV 153.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 180 150 106 0 0.17 0.41 0.29 35.68 0.33 0.56
Hex B4 96 6A 0 11 29 1D 24 21 38
Octal 264 226 152 0 21 51 35 44 41 70
Binary 10110100 10010110 1101010 0 10001 101001 11101 100100 100001 111000

Color Harmonies of #B4966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4966A

Black with #B4966A

Text Example


Text Example

White with #B4966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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