Html Css Color HEX #BE9992 Quicksand

📋 copy color: '#BE9992'

red 190 ◦ green 153 ◦ blue 146

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

Shades of Quicksand #BE9992

Tints of Quicksand #BE9992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.29%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 38.85%
G = 31.29%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9992 (or 0xBE9992) is known color: Quicksand. HEX triplet: BE, 99 and 92. RGB value is (190,153,146). Sum of RGB (Red+Green+Blue) = 190+153+146=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9992 is #41666D. Grayscale: #A3A3A3. Windows color (decimal): -4286062 or 9607614. OLE color: 9607614.

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

Color convert

RGB 190 153 146 -
CMYK 0 0.19 0.23 0.25
HSL 9.55º 0.25% 0.66% -
HSV(B) 9.55º 0.23% 0.75% -
XYZ 37.81 35.8 32.11 -
YUV 163.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 190 153 146 0 0.19 0.23 0.25 9.55 0.25 0.66
Hex BE 99 92 0 13 17 19 A 19 42
Octal 276 231 222 0 23 27 31 12 31 102
Binary 10111110 10011001 10010010 0 10011 10111 11001 1010 11001 1000010

Color Harmonies of #BE9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9992

Black with #BE9992

Text Example


Text Example

White with #BE9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9992; }

 p { color: rgb(190,153,146); }

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

background-color css

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

 a { background-color: rgb(190,153,146); }

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

border-color css

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

 span { border-color: rgb(190,153,146); }

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