Html Css Color HEX #BE9A94 Quicksand

📋 copy color: '#BE9A94'

red 190 ◦ green 154 ◦ blue 148

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

Shades of Quicksand #BE9A94

Tints of Quicksand #BE9A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 38.62%
G = 31.3%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE9A94 (or 0xBE9A94) is known color: Quicksand. HEX triplet: BE, 9A and 94. RGB value is (190,154,148). Sum of RGB (Red+Green+Blue) = 190+154+148=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A94 is #41656B. Grayscale: #A4A4A4. Windows color (decimal): -4285804 or 9738942. OLE color: 9738942.

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

Color convert

RGB 190 154 148 -
CMYK 0 0.19 0.22 0.25
HSL 8.57º 0.24% 0.66% -
HSV(B) 8.57º 0.22% 0.75% -
XYZ 38.14 36.2 32.99 -
YUV 164.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 190 154 148 0 0.19 0.22 0.25 8.57 0.24 0.66
Hex BE 9A 94 0 13 16 19 9 18 42
Octal 276 232 224 0 23 26 31 11 30 102
Binary 10111110 10011010 10010100 0 10011 10110 11001 1001 11000 1000010

Color Harmonies of #BE9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A94

Black with #BE9A94

Text Example


Text Example

White with #BE9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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