Html Css Color HEX #BE9886 Quicksand

📋 copy color: '#BE9886'

red 190 ◦ green 152 ◦ blue 134

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

Shades of Quicksand #BE9886

Tints of Quicksand #BE9886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.93%

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

R = 39.92%
G = 31.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE9886 (or 0xBE9886) is known color: Quicksand. HEX triplet: BE, 98 and 86. RGB value is (190,152,134). Sum of RGB (Red+Green+Blue) = 190+152+134=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9886 is #416779. Grayscale: #A1A1A1. Windows color (decimal): -4286330 or 8820926. OLE color: 8820926.

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

Color convert

RGB 190 152 134 -
CMYK 0 0.2 0.29 0.25
HSL 19.29º 0.3% 0.64% -
HSV(B) 19.29º 0.29% 0.75% -
XYZ 36.77 35.12 27.4 -
YUV 161.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 190 152 134 0 0.2 0.29 0.25 19.29 0.3 0.64
Hex BE 98 86 0 14 1D 19 13 1E 40
Octal 276 230 206 0 24 35 31 23 36 100
Binary 10111110 10011000 10000110 0 10100 11101 11001 10011 11110 1000000

Color Harmonies of #BE9886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9886

Black with #BE9886

Text Example


Text Example

White with #BE9886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9886; }

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

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

background-color css

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

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

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

border-color css

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

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

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