Html Css Color HEX #BA9288 Quicksand

📋 copy color: '#BA9288'

red 186 ◦ green 146 ◦ blue 136

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

Shades of Quicksand #BA9288

Tints of Quicksand #BA9288

RGB

 RED value IS 186 (73.05% from 255) = 39.74%

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 39.74%
G = 31.2%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9288 (or 0xBA9288) is known color: Quicksand. HEX triplet: BA, 92 and 88. RGB value is (186,146,136). Sum of RGB (Red+Green+Blue) = 186+146+136=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9288 is #456D77. Grayscale: #9C9C9C. Windows color (decimal): -4550008 or 8950458. OLE color: 8950458.

HSL color Cylindrical-coordinate representation of color #BA9288: hue angle of 12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9288 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 146 136 -
CMYK 0 0.22 0.27 0.27
HSL 12º 0.27% 0.63% -
HSV(B) 12º 0.27% 0.73% -
XYZ 34.97 32.77 27.78 -
YUV 156.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 186 146 136 0 0.22 0.27 0.27 12 0.27 0.63
Hex BA 92 88 0 16 1B 1B C 1B 3F
Octal 272 222 210 0 26 33 33 14 33 77
Binary 10111010 10010010 10001000 0 10110 11011 11011 1100 11011 111111

Color Harmonies of #BA9288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9288

Black with #BA9288

Text Example


Text Example

White with #BA9288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9288; }

 p { color: rgb(186,146,136); }

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

background-color css

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

 a { background-color: rgb(186,146,136); }

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

border-color css

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

 span { border-color: rgb(186,146,136); }

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