Html Css Color HEX #BAB493 Coriander

📋 copy color: '#BAB493'

red 186 ◦ green 180 ◦ blue 147

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

Shades of Coriander #BAB493

Tints of Coriander #BAB493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 36.26%
G = 35.09%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAB493 (or 0xBAB493) is known color: Coriander. HEX triplet: BA, B4 and 93. RGB value is (186,180,147). Sum of RGB (Red+Green+Blue) = 186+180+147=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB493 is #454B6C. Grayscale: #B2B2B2. Windows color (decimal): -4541293 or 9680058. OLE color: 9680058.

HSL color Cylindrical-coordinate representation of color #BAB493: hue angle of 50.77º 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 #BAB493 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 147 -
CMYK 0 0.03 0.21 0.27
HSL 50.77º 0.22% 0.65% -
HSV(B) 50.77º 0.21% 0.73% -
XYZ 41.84 45.19 34.12 -
YUV 178.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 186 180 147 0 0.03 0.21 0.27 50.77 0.22 0.65
Hex BA B4 93 0 3 15 1B 33 16 41
Octal 272 264 223 0 3 25 33 63 26 101
Binary 10111010 10110100 10010011 0 11 10101 11011 110011 10110 1000001

Color Harmonies of #BAB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB493

Black with #BAB493

Text Example


Text Example

White with #BAB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB493; }

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

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

background-color css

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

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

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

border-color css

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

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

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