Html Css Color HEX #BE978C Quicksand

📋 copy color: '#BE978C'

red 190 ◦ green 151 ◦ blue 140

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

Shades of Quicksand #BE978C

Tints of Quicksand #BE978C

RGB

 RED value IS 190 (74.61% from 255) = 39.5%

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 39.5%
G = 31.39%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE978C (or 0xBE978C) is known color: Quicksand. HEX triplet: BE, 97 and 8C. RGB value is (190,151,140). Sum of RGB (Red+Green+Blue) = 190+151+140=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE978C is #416873. Grayscale: #A1A1A1. Windows color (decimal): -4286580 or 9213886. OLE color: 9213886.

HSL color Cylindrical-coordinate representation of color #BE978C: hue angle of 13.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE978C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 151 140 -
CMYK 0 0.21 0.26 0.25
HSL 13.2º 0.28% 0.65% -
HSV(B) 13.2º 0.26% 0.75% -
XYZ 37.04 34.97 29.61 -
YUV 161.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 190 151 140 0 0.21 0.26 0.25 13.2 0.28 0.65
Hex BE 97 8C 0 15 1A 19 D 1C 41
Octal 276 227 214 0 25 32 31 15 34 101
Binary 10111110 10010111 10001100 0 10101 11010 11001 1101 11100 1000001

Color Harmonies of #BE978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE978C

Black with #BE978C

Text Example


Text Example

White with #BE978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE978C; }

 p { color: rgb(190,151,140); }

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

background-color css

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

 a { background-color: rgb(190,151,140); }

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

border-color css

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

 span { border-color: rgb(190,151,140); }

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