Html Css Color HEX #BE9383 Quicksand

📋 copy color: '#BE9383'

red 190 ◦ green 147 ◦ blue 131

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

Shades of Quicksand #BE9383

Tints of Quicksand #BE9383

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.41%

 BLUE value IS 131 (51.56% from 255) = 27.99%

R = 40.6%
G = 31.41%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE9383 (or 0xBE9383) is known color: Quicksand. HEX triplet: BE, 93 and 83. RGB value is (190,147,131). Sum of RGB (Red+Green+Blue) = 190+147+131=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9383 is #416C7C. Grayscale: #9E9E9E. Windows color (decimal): -4287613 or 8623038. OLE color: 8623038.

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

Color convert

RGB 190 147 131 -
CMYK 0 0.23 0.31 0.25
HSL 16.27º 0.31% 0.63% -
HSV(B) 16.27º 0.31% 0.75% -
XYZ 35.77 33.45 26.04 -
YUV 158.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 190 147 131 0 0.23 0.31 0.25 16.27 0.31 0.63
Hex BE 93 83 0 17 1F 19 10 1F 3F
Octal 276 223 203 0 27 37 31 20 37 77
Binary 10111110 10010011 10000011 0 10111 11111 11001 10000 11111 111111

Color Harmonies of #BE9383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9383

Black with #BE9383

Text Example


Text Example

White with #BE9383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9383; }

 p { color: rgb(190,147,131); }

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

background-color css

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

 a { background-color: rgb(190,147,131); }

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

border-color css

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

 span { border-color: rgb(190,147,131); }

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