Html Css Color HEX #BE9B8E Quicksand

📋 copy color: '#BE9B8E'

red 190 ◦ green 155 ◦ blue 142

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

Shades of Quicksand #BE9B8E

Tints of Quicksand #BE9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 39.01%
G = 31.83%
B = 29.16%

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

#BE9B8E (or 0xBE9B8E) is known color: Quicksand. HEX triplet: BE, 9B and 8E. RGB value is (190,155,142). Sum of RGB (Red+Green+Blue) = 190+155+142=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B8E is #416471. Grayscale: #A4A4A4. Windows color (decimal): -4285554 or 9345982. OLE color: 9345982.

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

Color convert

RGB 190 155 142 -
CMYK 0 0.18 0.25 0.25
HSL 16.25º 0.27% 0.65% -
HSV(B) 16.25º 0.25% 0.75% -
XYZ 37.84 36.34 30.61 -
YUV 163.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 190 155 142 0 0.18 0.25 0.25 16.25 0.27 0.65
Hex BE 9B 8E 0 12 19 19 10 1B 41
Octal 276 233 216 0 22 31 31 20 33 101
Binary 10111110 10011011 10001110 0 10010 11001 11001 10000 11011 1000001

Color Harmonies of #BE9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B8E

Black with #BE9B8E

Text Example


Text Example

White with #BE9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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