Html Css Color HEX #BE9C92 Quicksand

📋 copy color: '#BE9C92'

red 190 ◦ green 156 ◦ blue 146

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

Shades of Quicksand #BE9C92

Tints of Quicksand #BE9C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

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

R = 38.62%
G = 31.71%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE9C92 (or 0xBE9C92) is known color: Quicksand. HEX triplet: BE, 9C and 92. RGB value is (190,156,146). Sum of RGB (Red+Green+Blue) = 190+156+146=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C92 is #41636D. Grayscale: #A5A5A5. Windows color (decimal): -4285294 or 9608382. OLE color: 9608382.

HSL color Cylindrical-coordinate representation of color #BE9C92: hue angle of 13.64º 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 #BE9C92 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 146 -
CMYK 0 0.18 0.23 0.25
HSL 13.64º 0.25% 0.66% -
HSV(B) 13.64º 0.23% 0.75% -
XYZ 38.31 36.8 32.28 -
YUV 165.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 190 156 146 0 0.18 0.23 0.25 13.64 0.25 0.66
Hex BE 9C 92 0 12 17 19 E 19 42
Octal 276 234 222 0 22 27 31 16 31 102
Binary 10111110 10011100 10010010 0 10010 10111 11001 1110 11001 1000010

Color Harmonies of #BE9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C92

Black with #BE9C92

Text Example


Text Example

White with #BE9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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