Html Css Color HEX #BE9786 Quicksand

📋 copy color: '#BE9786'

red 190 ◦ green 151 ◦ blue 134

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

Shades of Quicksand #BE9786

Tints of Quicksand #BE9786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

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

R = 40%
G = 31.79%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9786 (or 0xBE9786) is known color: Quicksand. HEX triplet: BE, 97 and 86. RGB value is (190,151,134). Sum of RGB (Red+Green+Blue) = 190+151+134=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9786 is #416879. Grayscale: #A0A0A0. Windows color (decimal): -4286586 or 8820670. OLE color: 8820670.

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

Color convert

RGB 190 151 134 -
CMYK 0 0.21 0.29 0.25
HSL 18.21º 0.3% 0.64% -
HSV(B) 18.21º 0.29% 0.75% -
XYZ 36.6 34.8 27.34 -
YUV 160.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 190 151 134 0 0.21 0.29 0.25 18.21 0.3 0.64
Hex BE 97 86 0 15 1D 19 12 1E 40
Octal 276 227 206 0 25 35 31 22 36 100
Binary 10111110 10010111 10000110 0 10101 11101 11001 10010 11110 1000000

Color Harmonies of #BE9786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9786

Black with #BE9786

Text Example


Text Example

White with #BE9786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9786; }

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

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

background-color css

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

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

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

border-color css

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

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

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