Html Css Color HEX #BE9A8A Quicksand

📋 copy color: '#BE9A8A'

red 190 ◦ green 154 ◦ blue 138

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

Shades of Quicksand #BE9A8A

Tints of Quicksand #BE9A8A

RGB

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

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

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

R = 39.42%
G = 31.95%
B = 28.63%

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

#BE9A8A (or 0xBE9A8A) is known color: Quicksand. HEX triplet: BE, 9A and 8A. RGB value is (190,154,138). Sum of RGB (Red+Green+Blue) = 190+154+138=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9A8A is #416575. Grayscale: #A3A3A3. Windows color (decimal): -4285814 or 9083582. OLE color: 9083582.

HSL color Cylindrical-coordinate representation of color #BE9A8A: hue angle of 18.46º 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 #BE9A8A is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 154 138 -
CMYK 0 0.19 0.27 0.25
HSL 18.46º 0.29% 0.64% -
HSV(B) 18.46º 0.27% 0.75% -
XYZ 37.38 35.89 29 -
YUV 162.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 190 154 138 0 0.19 0.27 0.25 18.46 0.29 0.64
Hex BE 9A 8A 0 13 1B 19 12 1D 40
Octal 276 232 212 0 23 33 31 22 35 100
Binary 10111110 10011010 10001010 0 10011 11011 11001 10010 11101 1000000

Color Harmonies of #BE9A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A8A

Black with #BE9A8A

Text Example


Text Example

White with #BE9A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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