Html Css Color HEX #BE9D94 Quicksand

📋 copy color: '#BE9D94'

red 190 ◦ green 157 ◦ blue 148

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

Shades of Quicksand #BE9D94

Tints of Quicksand #BE9D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 38.38%
G = 31.72%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE9D94 (or 0xBE9D94) is known color: Quicksand. HEX triplet: BE, 9D and 94. RGB value is (190,157,148). Sum of RGB (Red+Green+Blue) = 190+157+148=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D94 is #41626B. Grayscale: #A5A5A5. Windows color (decimal): -4285036 or 9739710. OLE color: 9739710.

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

Color convert

RGB 190 157 148 -
CMYK 0 0.17 0.22 0.25
HSL 12.86º 0.24% 0.66% -
HSV(B) 12.86º 0.22% 0.75% -
XYZ 38.64 37.2 33.16 -
YUV 165.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 190 157 148 0 0.17 0.22 0.25 12.86 0.24 0.66
Hex BE 9D 94 0 11 16 19 D 18 42
Octal 276 235 224 0 21 26 31 15 30 102
Binary 10111110 10011101 10010100 0 10001 10110 11001 1101 11000 1000010

Color Harmonies of #BE9D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D94

Black with #BE9D94

Text Example


Text Example

White with #BE9D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D94; }

 p { color: rgb(190,157,148); }

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

background-color css

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

 a { background-color: rgb(190,157,148); }

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

border-color css

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

 span { border-color: rgb(190,157,148); }

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