Html Css Color HEX #BE9C8E Quicksand

📋 copy color: '#BE9C8E'

red 190 ◦ green 156 ◦ blue 142

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

Shades of Quicksand #BE9C8E

Tints of Quicksand #BE9C8E

RGB

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

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

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

R = 38.93%
G = 31.97%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE9C8E (or 0xBE9C8E) is known color: Quicksand. HEX triplet: BE, 9C and 8E. RGB value is (190,156,142). Sum of RGB (Red+Green+Blue) = 190+156+142=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C8E is #416371. Grayscale: #A4A4A4. Windows color (decimal): -4285298 or 9346238. OLE color: 9346238.

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

Color convert

RGB 190 156 142 -
CMYK 0 0.18 0.25 0.25
HSL 17.5º 0.27% 0.65% -
HSV(B) 17.5º 0.25% 0.75% -
XYZ 38.01 36.68 30.67 -
YUV 164.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 190 156 142 0 0.18 0.25 0.25 17.5 0.27 0.65
Hex BE 9C 8E 0 12 19 19 12 1B 41
Octal 276 234 216 0 22 31 31 22 33 101
Binary 10111110 10011100 10001110 0 10010 11001 11001 10010 11011 1000001

Color Harmonies of #BE9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C8E

Black with #BE9C8E

Text Example


Text Example

White with #BE9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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