Html Css Color HEX #BE9286 Quicksand

📋 copy color: '#BE9286'

red 190 ◦ green 146 ◦ blue 134

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

Shades of Quicksand #BE9286

Tints of Quicksand #BE9286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.06%

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

R = 40.43%
G = 31.06%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9286 (or 0xBE9286) is known color: Quicksand. HEX triplet: BE, 92 and 86. RGB value is (190,146,134). Sum of RGB (Red+Green+Blue) = 190+146+134=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9286 is #416D79. Grayscale: #9D9D9D. Windows color (decimal): -4287866 or 8819390. OLE color: 8819390.

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

Color convert

RGB 190 146 134 -
CMYK 0 0.23 0.29 0.25
HSL 12.86º 0.3% 0.64% -
HSV(B) 12.86º 0.29% 0.75% -
XYZ 35.82 33.23 27.08 -
YUV 157.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 190 146 134 0 0.23 0.29 0.25 12.86 0.3 0.64
Hex BE 92 86 0 17 1D 19 D 1E 40
Octal 276 222 206 0 27 35 31 15 36 100
Binary 10111110 10010010 10000110 0 10111 11101 11001 1101 11110 1000000

Color Harmonies of #BE9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9286

Black with #BE9286

Text Example


Text Example

White with #BE9286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9286; }

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

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

background-color css

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

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

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

border-color css

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

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

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