Html Css Color HEX #BE998A Quicksand

📋 copy color: '#BE998A'

red 190 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #BE998A

Tints of Quicksand #BE998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 39.5%
G = 31.81%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE998A (or 0xBE998A) is known color: Quicksand. HEX triplet: BE, 99 and 8A. RGB value is (190,153,138). Sum of RGB (Red+Green+Blue) = 190+153+138=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE998A is #416675. Grayscale: #A2A2A2. Windows color (decimal): -4286070 or 9083326. OLE color: 9083326.

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

Color convert

RGB 190 153 138 -
CMYK 0 0.19 0.27 0.25
HSL 17.31º 0.29% 0.64% -
HSV(B) 17.31º 0.27% 0.75% -
XYZ 37.21 35.56 28.95 -
YUV 162.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 190 153 138 0 0.19 0.27 0.25 17.31 0.29 0.64
Hex BE 99 8A 0 13 1B 19 11 1D 40
Octal 276 231 212 0 23 33 31 21 35 100
Binary 10111110 10011001 10001010 0 10011 11011 11001 10001 11101 1000000

Color Harmonies of #BE998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE998A

Black with #BE998A

Text Example


Text Example

White with #BE998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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