Html Css Color HEX #BE9A90 Quicksand

📋 copy color: '#BE9A90'

red 190 ◦ green 154 ◦ blue 144

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

Shades of Quicksand #BE9A90

Tints of Quicksand #BE9A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 38.93%
G = 31.56%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE9A90 (or 0xBE9A90) is known color: Quicksand. HEX triplet: BE, 9A and 90. RGB value is (190,154,144). Sum of RGB (Red+Green+Blue) = 190+154+144=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A90 is #41656F. Grayscale: #A3A3A3. Windows color (decimal): -4285808 or 9476798. OLE color: 9476798.

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

Color convert

RGB 190 154 144 -
CMYK 0 0.19 0.24 0.25
HSL 13.04º 0.26% 0.65% -
HSV(B) 13.04º 0.24% 0.75% -
XYZ 37.82 36.07 31.35 -
YUV 163.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 190 154 144 0 0.19 0.24 0.25 13.04 0.26 0.65
Hex BE 9A 90 0 13 18 19 D 1A 41
Octal 276 232 220 0 23 30 31 15 32 101
Binary 10111110 10011010 10010000 0 10011 11000 11001 1101 11010 1000001

Color Harmonies of #BE9A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A90

Black with #BE9A90

Text Example


Text Example

White with #BE9A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A90; }

 p { color: rgb(190,154,144); }

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

background-color css

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

 a { background-color: rgb(190,154,144); }

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

border-color css

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

 span { border-color: rgb(190,154,144); }

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