Html Css Color HEX #BE9F98 Quicksand

📋 copy color: '#BE9F98'

red 190 ◦ green 159 ◦ blue 152

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

Shades of Quicksand #BE9F98

Tints of Quicksand #BE9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.74%

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 37.92%
G = 31.74%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE9F98 (or 0xBE9F98) is known color: Quicksand. HEX triplet: BE, 9F and 98. RGB value is (190,159,152). Sum of RGB (Red+Green+Blue) = 190+159+152=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F98 is #416067. Grayscale: #A7A7A7. Windows color (decimal): -4284520 or 10002366. OLE color: 10002366.

HSL color Cylindrical-coordinate representation of color #BE9F98: hue angle of 11.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9F98 is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 159 152 -
CMYK 0 0.16 0.2 0.25
HSL 11.05º 0.23% 0.67% -
HSV(B) 11.05º 0.2% 0.75% -
XYZ 39.3 38.01 34.97 -
YUV 167.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 190 159 152 0 0.16 0.2 0.25 11.05 0.23 0.67
Hex BE 9F 98 0 10 14 19 B 17 43
Octal 276 237 230 0 20 24 31 13 27 103
Binary 10111110 10011111 10011000 0 10000 10100 11001 1011 10111 1000011

Color Harmonies of #BE9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F98

Black with #BE9F98

Text Example


Text Example

White with #BE9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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