Html Css Color HEX #BE9988 Quicksand

📋 copy color: '#BE9988'

red 190 ◦ green 153 ◦ blue 136

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

Shades of Quicksand #BE9988

Tints of Quicksand #BE9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.94%

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

R = 39.67%
G = 31.94%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE9988 (or 0xBE9988) is known color: Quicksand. HEX triplet: BE, 99 and 88. RGB value is (190,153,136). Sum of RGB (Red+Green+Blue) = 190+153+136=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9988 is #416677. Grayscale: #A2A2A2. Windows color (decimal): -4286072 or 8952254. OLE color: 8952254.

HSL color Cylindrical-coordinate representation of color #BE9988: hue angle of 18.89º 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 #BE9988 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 153 136 -
CMYK 0 0.19 0.28 0.25
HSL 18.89º 0.29% 0.64% -
HSV(B) 18.89º 0.28% 0.75% -
XYZ 37.07 35.51 28.19 -
YUV 162.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 190 153 136 0 0.19 0.28 0.25 18.89 0.29 0.64
Hex BE 99 88 0 13 1C 19 13 1D 40
Octal 276 231 210 0 23 34 31 23 35 100
Binary 10111110 10011001 10001000 0 10011 11100 11001 10011 11101 1000000

Color Harmonies of #BE9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9988

Black with #BE9988

Text Example


Text Example

White with #BE9988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9988; }

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

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

background-color css

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

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

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

border-color css

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

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

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