Html Css Color HEX #BE968B Quicksand

📋 copy color: '#BE968B'

red 190 ◦ green 150 ◦ blue 139

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

Shades of Quicksand #BE968B

Tints of Quicksand #BE968B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 39.67%
G = 31.32%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE968B (or 0xBE968B) is known color: Quicksand. HEX triplet: BE, 96 and 8B. RGB value is (190,150,139). Sum of RGB (Red+Green+Blue) = 190+150+139=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE968B is #416974. Grayscale: #A0A0A0. Windows color (decimal): -4286837 or 9148094. OLE color: 9148094.

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

Color convert

RGB 190 150 139 -
CMYK 0 0.21 0.27 0.25
HSL 12.94º 0.28% 0.65% -
HSV(B) 12.94º 0.27% 0.75% -
XYZ 36.8 34.62 29.17 -
YUV 160.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 190 150 139 0 0.21 0.27 0.25 12.94 0.28 0.65
Hex BE 96 8B 0 15 1B 19 D 1C 41
Octal 276 226 213 0 25 33 31 15 34 101
Binary 10111110 10010110 10001011 0 10101 11011 11001 1101 11100 1000001

Color Harmonies of #BE968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE968B

Black with #BE968B

Text Example


Text Example

White with #BE968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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