Html Css Color HEX #BE9586 Quicksand

📋 copy color: '#BE9586'

red 190 ◦ green 149 ◦ blue 134

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

Shades of Quicksand #BE9586

Tints of Quicksand #BE9586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

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

R = 40.17%
G = 31.5%
B = 28.33%

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

#BE9586 (or 0xBE9586) is known color: Quicksand. HEX triplet: BE, 95 and 86. RGB value is (190,149,134). Sum of RGB (Red+Green+Blue) = 190+149+134=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9586 is #416A79. Grayscale: #9F9F9F. Windows color (decimal): -4287098 or 8820158. OLE color: 8820158.

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

Color convert

RGB 190 149 134 -
CMYK 0 0.22 0.29 0.25
HSL 16.07º 0.3% 0.64% -
HSV(B) 16.07º 0.29% 0.75% -
XYZ 36.29 34.16 27.24 -
YUV 159.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 190 149 134 0 0.22 0.29 0.25 16.07 0.3 0.64
Hex BE 95 86 0 16 1D 19 10 1E 40
Octal 276 225 206 0 26 35 31 20 36 100
Binary 10111110 10010101 10000110 0 10110 11101 11001 10000 11110 1000000

Color Harmonies of #BE9586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9586

Black with #BE9586

Text Example


Text Example

White with #BE9586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9586; }

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

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

background-color css

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

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

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

border-color css

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

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

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