Html Css Color HEX #BE958E Quicksand

📋 copy color: '#BE958E'

red 190 ◦ green 149 ◦ blue 142

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

Shades of Quicksand #BE958E

Tints of Quicksand #BE958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.52%

R = 39.5%
G = 30.98%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE958E (or 0xBE958E) is known color: Quicksand. HEX triplet: BE, 95 and 8E. RGB value is (190,149,142). Sum of RGB (Red+Green+Blue) = 190+149+142=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE958E is #416A71. Grayscale: #A0A0A0. Windows color (decimal): -4287090 or 9344446. OLE color: 9344446.

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

Color convert

RGB 190 149 142 -
CMYK 0 0.22 0.25 0.25
HSL 8.75º 0.27% 0.65% -
HSV(B) 8.75º 0.25% 0.75% -
XYZ 36.87 34.4 30.29 -
YUV 160.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 190 149 142 0 0.22 0.25 0.25 8.75 0.27 0.65
Hex BE 95 8E 0 16 19 19 9 1B 41
Octal 276 225 216 0 26 31 31 11 33 101
Binary 10111110 10010101 10001110 0 10110 11001 11001 1001 11011 1000001

Color Harmonies of #BE958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE958E

Black with #BE958E

Text Example


Text Example

White with #BE958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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