Html Css Color HEX #B4976C Fallow

📋 copy color: '#B4976C'

red 180 ◦ green 151 ◦ blue 108

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

Shades of Fallow #B4976C

Tints of Fallow #B4976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 41%
G = 34.4%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4976C (or 0xB4976C) is known color: Fallow. HEX triplet: B4, 97 and 6C. RGB value is (180,151,108). Sum of RGB (Red+Green+Blue) = 180+151+108=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4976C is #4B6893. Grayscale: #9A9A9A. Windows color (decimal): -4941972 or 7116724. OLE color: 7116724.

HSL color Cylindrical-coordinate representation of color #B4976C: hue angle of 35.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4976C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 108 -
CMYK 0 0.16 0.40 0.29
HSL 35.83º 0.32% 0.56% -
HSV(B) 35.83º 0.4% 0.71% -
XYZ 32.6 32.92 18.82 -
YUV 154.77 101.61 146 -
System Red Green Blue C M Y K H S L
Decimal 180 151 108 0 0.16 0.40 0.29 35.83 0.32 0.56
Hex B4 97 6C 0 10 28 1D 24 20 38
Octal 264 227 154 0 20 50 35 44 40 70
Binary 10110100 10010111 1101100 0 10000 101000 11101 100100 100000 111000

Color Harmonies of #B4976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4976C

Black with #B4976C

Text Example


Text Example

White with #B4976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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