Html Css Color HEX #BE988B Quicksand

📋 copy color: '#BE988B'

red 190 ◦ green 152 ◦ blue 139

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

Shades of Quicksand #BE988B

Tints of Quicksand #BE988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 39.5%
G = 31.6%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE988B (or 0xBE988B) is known color: Quicksand. HEX triplet: BE, 98 and 8B. RGB value is (190,152,139). Sum of RGB (Red+Green+Blue) = 190+152+139=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE988B is #416774. Grayscale: #A1A1A1. Windows color (decimal): -4286325 or 9148606. OLE color: 9148606.

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

Color convert

RGB 190 152 139 -
CMYK 0 0.2 0.27 0.25
HSL 15.29º 0.28% 0.65% -
HSV(B) 15.29º 0.27% 0.75% -
XYZ 37.12 35.27 29.28 -
YUV 161.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 190 152 139 0 0.2 0.27 0.25 15.29 0.28 0.65
Hex BE 98 8B 0 14 1B 19 F 1C 41
Octal 276 230 213 0 24 33 31 17 34 101
Binary 10111110 10011000 10001011 0 10100 11011 11001 1111 11100 1000001

Color Harmonies of #BE988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE988B

Black with #BE988B

Text Example


Text Example

White with #BE988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE988B; }

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

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

background-color css

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

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

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

border-color css

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

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

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