Html Css Color HEX #BE9688 Quicksand

📋 copy color: '#BE9688'

red 190 ◦ green 150 ◦ blue 136

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

Shades of Quicksand #BE9688

Tints of Quicksand #BE9688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 39.92%
G = 31.51%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE9688 (or 0xBE9688) is known color: Quicksand. HEX triplet: BE, 96 and 88. RGB value is (190,150,136). Sum of RGB (Red+Green+Blue) = 190+150+136=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9688 is #416977. Grayscale: #A0A0A0. Windows color (decimal): -4286840 or 8951486. OLE color: 8951486.

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

Color convert

RGB 190 150 136 -
CMYK 0 0.21 0.28 0.25
HSL 15.56º 0.29% 0.64% -
HSV(B) 15.56º 0.28% 0.75% -
XYZ 36.59 34.54 28.03 -
YUV 160.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 190 150 136 0 0.21 0.28 0.25 15.56 0.29 0.64
Hex BE 96 88 0 15 1C 19 10 1D 40
Octal 276 226 210 0 25 34 31 20 35 100
Binary 10111110 10010110 10001000 0 10101 11100 11001 10000 11101 1000000

Color Harmonies of #BE9688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9688

Black with #BE9688

Text Example


Text Example

White with #BE9688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9688; }

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

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

background-color css

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

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

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

border-color css

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

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

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