Html Css Color HEX #BE988C Quicksand

📋 copy color: '#BE988C'

red 190 ◦ green 152 ◦ blue 140

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

Shades of Quicksand #BE988C

Tints of Quicksand #BE988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.54%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 39.42%
G = 31.54%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE988C (or 0xBE988C) is known color: Quicksand. HEX triplet: BE, 98 and 8C. RGB value is (190,152,140). Sum of RGB (Red+Green+Blue) = 190+152+140=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE988C is #416773. Grayscale: #A2A2A2. Windows color (decimal): -4286324 or 9214142. OLE color: 9214142.

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

Color convert

RGB 190 152 140 -
CMYK 0 0.2 0.26 0.25
HSL 14.4º 0.28% 0.65% -
HSV(B) 14.4º 0.26% 0.75% -
XYZ 37.2 35.3 29.66 -
YUV 161.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 190 152 140 0 0.2 0.26 0.25 14.4 0.28 0.65
Hex BE 98 8C 0 14 1A 19 E 1C 41
Octal 276 230 214 0 24 32 31 16 34 101
Binary 10111110 10011000 10001100 0 10100 11010 11001 1110 11100 1000001

Color Harmonies of #BE988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE988C

Black with #BE988C

Text Example


Text Example

White with #BE988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE988C; }

 p { color: rgb(190,152,140); }

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

background-color css

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

 a { background-color: rgb(190,152,140); }

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

border-color css

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

 span { border-color: rgb(190,152,140); }

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