Html Css Color HEX #BE9A91 Quicksand

📋 copy color: '#BE9A91'

red 190 ◦ green 154 ◦ blue 145

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

Shades of Quicksand #BE9A91

Tints of Quicksand #BE9A91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.65%

R = 38.85%
G = 31.49%
B = 29.65%

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

#BE9A91 (or 0xBE9A91) is known color: Quicksand. HEX triplet: BE, 9A and 91. RGB value is (190,154,145). Sum of RGB (Red+Green+Blue) = 190+154+145=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A91 is #41656E. Grayscale: #A3A3A3. Windows color (decimal): -4285807 or 9542334. OLE color: 9542334.

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

Color convert

RGB 190 154 145 -
CMYK 0 0.19 0.24 0.25
HSL 12º 0.26% 0.66% -
HSV(B) 12º 0.24% 0.75% -
XYZ 37.9 36.1 31.76 -
YUV 163.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 190 154 145 0 0.19 0.24 0.25 12 0.26 0.66
Hex BE 9A 91 0 13 18 19 C 1A 42
Octal 276 232 221 0 23 30 31 14 32 102
Binary 10111110 10011010 10010001 0 10011 11000 11001 1100 11010 1000010

Color Harmonies of #BE9A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A91

Black with #BE9A91

Text Example


Text Example

White with #BE9A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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