Html Css Color HEX #BE968E Quicksand

📋 copy color: '#BE968E'

red 190 ◦ green 150 ◦ blue 142

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

Shades of Quicksand #BE968E

Tints of Quicksand #BE968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 39.42%
G = 31.12%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE968E (or 0xBE968E) is known color: Quicksand. HEX triplet: BE, 96 and 8E. RGB value is (190,150,142). Sum of RGB (Red+Green+Blue) = 190+150+142=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968E is #416971. Grayscale: #A1A1A1. Windows color (decimal): -4286834 or 9344702. OLE color: 9344702.

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

Color convert

RGB 190 150 142 -
CMYK 0 0.21 0.25 0.25
HSL 10º 0.27% 0.65% -
HSV(B) 10º 0.25% 0.75% -
XYZ 37.02 34.71 30.34 -
YUV 161.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 190 150 142 0 0.21 0.25 0.25 10 0.27 0.65
Hex BE 96 8E 0 15 19 19 A 1B 41
Octal 276 226 216 0 25 31 31 12 33 101
Binary 10111110 10010110 10001110 0 10101 11001 11001 1010 11011 1000001

Color Harmonies of #BE968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE968E

Black with #BE968E

Text Example


Text Example

White with #BE968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE968E; }

 p { color: rgb(190,150,142); }

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

background-color css

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

 a { background-color: rgb(190,150,142); }

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

border-color css

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

 span { border-color: rgb(190,150,142); }

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