Html Css Color HEX #BE9483 Quicksand

📋 copy color: '#BE9483'

red 190 ◦ green 148 ◦ blue 131

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

Shades of Quicksand #BE9483

Tints of Quicksand #BE9483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

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

R = 40.51%
G = 31.56%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE9483 (or 0xBE9483) is known color: Quicksand. HEX triplet: BE, 94 and 83. RGB value is (190,148,131). Sum of RGB (Red+Green+Blue) = 190+148+131=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9483 is #416B7C. Grayscale: #9E9E9E. Windows color (decimal): -4287357 or 8623294. OLE color: 8623294.

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

Color convert

RGB 190 148 131 -
CMYK 0 0.22 0.31 0.25
HSL 17.29º 0.31% 0.63% -
HSV(B) 17.29º 0.31% 0.75% -
XYZ 35.92 33.77 26.1 -
YUV 158.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 190 148 131 0 0.22 0.31 0.25 17.29 0.31 0.63
Hex BE 94 83 0 16 1F 19 11 1F 3F
Octal 276 224 203 0 26 37 31 21 37 77
Binary 10111110 10010100 10000011 0 10110 11111 11001 10001 11111 111111

Color Harmonies of #BE9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9483

Black with #BE9483

Text Example


Text Example

White with #BE9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9483; }

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

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

background-color css

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

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

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

border-color css

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

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

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