Html Css Color HEX #BE9687 Quicksand

📋 copy color: '#BE9687'

red 190 ◦ green 150 ◦ blue 135

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

Shades of Quicksand #BE9687

Tints of Quicksand #BE9687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.42%

R = 40%
G = 31.58%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9687 (or 0xBE9687) is known color: Quicksand. HEX triplet: BE, 96 and 87. RGB value is (190,150,135). Sum of RGB (Red+Green+Blue) = 190+150+135=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9687 is #416978. Grayscale: #A0A0A0. Windows color (decimal): -4286841 or 8885950. OLE color: 8885950.

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

Color convert

RGB 190 150 135 -
CMYK 0 0.21 0.29 0.25
HSL 16.36º 0.3% 0.64% -
HSV(B) 16.36º 0.29% 0.75% -
XYZ 36.51 34.51 27.66 -
YUV 160.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 190 150 135 0 0.21 0.29 0.25 16.36 0.3 0.64
Hex BE 96 87 0 15 1D 19 10 1E 40
Octal 276 226 207 0 25 35 31 20 36 100
Binary 10111110 10010110 10000111 0 10101 11101 11001 10000 11110 1000000

Color Harmonies of #BE9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9687

Black with #BE9687

Text Example


Text Example

White with #BE9687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9687; }

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

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

background-color css

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

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

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

border-color css

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

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

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