Html Css Color HEX #BAB293 Coriander

📋 copy color: '#BAB293'

red 186 ◦ green 178 ◦ blue 147

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

Shades of Coriander #BAB293

Tints of Coriander #BAB293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

 BLUE value IS 147 (57.81% from 255) = 28.77%

R = 36.4%
G = 34.83%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAB293 (or 0xBAB293) is known color: Coriander. HEX triplet: BA, B2 and 93. RGB value is (186,178,147). Sum of RGB (Red+Green+Blue) = 186+178+147=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB293 is #454D6C. Grayscale: #B0B0B0. Windows color (decimal): -4541805 or 9679546. OLE color: 9679546.

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

Color convert

RGB 186 178 147 -
CMYK 0 0.04 0.21 0.27
HSL 47.69º 0.22% 0.65% -
HSV(B) 47.69º 0.21% 0.73% -
XYZ 41.44 44.39 33.99 -
YUV 176.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 186 178 147 0 0.04 0.21 0.27 47.69 0.22 0.65
Hex BA B2 93 0 4 15 1B 30 16 41
Octal 272 262 223 0 4 25 33 60 26 101
Binary 10111010 10110010 10010011 0 100 10101 11011 110000 10110 1000001

Color Harmonies of #BAB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB293

Black with #BAB293

Text Example


Text Example

White with #BAB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB293; }

 p { color: rgb(186,178,147); }

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

background-color css

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

 a { background-color: rgb(186,178,147); }

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

border-color css

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

 span { border-color: rgb(186,178,147); }

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