Html Css Color HEX #BE9B8A Quicksand

📋 copy color: '#BE9B8A'

red 190 ◦ green 155 ◦ blue 138

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

Shades of Quicksand #BE9B8A

Tints of Quicksand #BE9B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.57%

R = 39.34%
G = 32.09%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE9B8A (or 0xBE9B8A) is known color: Quicksand. HEX triplet: BE, 9B and 8A. RGB value is (190,155,138). Sum of RGB (Red+Green+Blue) = 190+155+138=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9B8A is #416475. Grayscale: #A3A3A3. Windows color (decimal): -4285558 or 9083838. OLE color: 9083838.

HSL color Cylindrical-coordinate representation of color #BE9B8A: hue angle of 19.62º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE9B8A is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 155 138 -
CMYK 0 0.18 0.27 0.25
HSL 19.62º 0.29% 0.64% -
HSV(B) 19.62º 0.27% 0.75% -
XYZ 37.54 36.22 29.06 -
YUV 163.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 190 155 138 0 0.18 0.27 0.25 19.62 0.29 0.64
Hex BE 9B 8A 0 12 1B 19 14 1D 40
Octal 276 233 212 0 22 33 31 24 35 100
Binary 10111110 10011011 10001010 0 10010 11011 11001 10100 11101 1000000

Color Harmonies of #BE9B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9B8A

Black with #BE9B8A

Text Example


Text Example

White with #BE9B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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