Html Css Color HEX #BE9486 Quicksand

📋 copy color: '#BE9486'

red 190 ◦ green 148 ◦ blue 134

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

Shades of Quicksand #BE9486

Tints of Quicksand #BE9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

 BLUE value IS 134 (52.73% from 255) = 28.39%

R = 40.25%
G = 31.36%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9486 (or 0xBE9486) is known color: Quicksand. HEX triplet: BE, 94 and 86. RGB value is (190,148,134). Sum of RGB (Red+Green+Blue) = 190+148+134=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9486 is #416B79. Grayscale: #9F9F9F. Windows color (decimal): -4287354 or 8819902. OLE color: 8819902.

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

Color convert

RGB 190 148 134 -
CMYK 0 0.22 0.29 0.25
HSL 15º 0.3% 0.64% -
HSV(B) 15º 0.29% 0.75% -
XYZ 36.13 33.85 27.18 -
YUV 158.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 190 148 134 0 0.22 0.29 0.25 15 0.3 0.64
Hex BE 94 86 0 16 1D 19 F 1E 40
Octal 276 224 206 0 26 35 31 17 36 100
Binary 10111110 10010100 10000110 0 10110 11101 11001 1111 11110 1000000

Color Harmonies of #BE9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9486

Black with #BE9486

Text Example


Text Example

White with #BE9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9486; }

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

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

background-color css

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

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

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

border-color css

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

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

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