Html Css Color HEX #BE9785 Quicksand

📋 copy color: '#BE9785'

red 190 ◦ green 151 ◦ blue 133

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

Shades of Quicksand #BE9785

Tints of Quicksand #BE9785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 40.08%
G = 31.86%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE9785 (or 0xBE9785) is known color: Quicksand. HEX triplet: BE, 97 and 85. RGB value is (190,151,133). Sum of RGB (Red+Green+Blue) = 190+151+133=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9785 is #41687A. Grayscale: #A0A0A0. Windows color (decimal): -4286587 or 8755134. OLE color: 8755134.

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

Color convert

RGB 190 151 133 -
CMYK 0 0.21 0.3 0.25
HSL 18.95º 0.3% 0.63% -
HSV(B) 18.95º 0.3% 0.75% -
XYZ 36.54 34.77 26.98 -
YUV 160.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 190 151 133 0 0.21 0.3 0.25 18.95 0.3 0.63
Hex BE 97 85 0 15 1E 19 13 1E 3F
Octal 276 227 205 0 25 36 31 23 36 77
Binary 10111110 10010111 10000101 0 10101 11110 11001 10011 11110 111111

Color Harmonies of #BE9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9785

Black with #BE9785

Text Example


Text Example

White with #BE9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9785; }

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

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

background-color css

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

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

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

border-color css

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

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

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