Html Css Color HEX #B4976D Fallow

📋 copy color: '#B4976D'

red 180 ◦ green 151 ◦ blue 109

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

Shades of Fallow #B4976D

Tints of Fallow #B4976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.32%

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

R = 40.91%
G = 34.32%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4976D (or 0xB4976D) is known color: Fallow. HEX triplet: B4, 97 and 6D. RGB value is (180,151,109). Sum of RGB (Red+Green+Blue) = 180+151+109=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976D is #4B6892. Grayscale: #9B9B9B. Windows color (decimal): -4941971 or 7182260. OLE color: 7182260.

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

Color convert

RGB 180 151 109 -
CMYK 0 0.16 0.39 0.29
HSL 35.49º 0.32% 0.57% -
HSV(B) 35.49º 0.39% 0.71% -
XYZ 32.65 32.94 19.11 -
YUV 154.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 180 151 109 0 0.16 0.39 0.29 35.49 0.32 0.57
Hex B4 97 6D 0 10 27 1D 23 20 39
Octal 264 227 155 0 20 47 35 43 40 71
Binary 10110100 10010111 1101101 0 10000 100111 11101 100011 100000 111001

Color Harmonies of #B4976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4976D

Black with #B4976D

Text Example


Text Example

White with #B4976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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