Html Css Color HEX #BAB98F Coriander

📋 copy color: '#BAB98F'

red 186 ◦ green 185 ◦ blue 143

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

Shades of Coriander #BAB98F

Tints of Coriander #BAB98F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 36.19%
G = 35.99%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB98F (or 0xBAB98F) is known color: Coriander. HEX triplet: BA, B9 and 8F. RGB value is (186,185,143). Sum of RGB (Red+Green+Blue) = 186+185+143=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB98F is #454670. Grayscale: #B4B4B4. Windows color (decimal): -4540017 or 9419194. OLE color: 9419194.

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

Color convert

RGB 186 185 143 -
CMYK 0 0.01 0.23 0.27
HSL 58.6º 0.24% 0.65% -
HSV(B) 58.6º 0.23% 0.73% -
XYZ 42.56 47.12 32.84 -
YUV 180.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 186 185 143 0 0.01 0.23 0.27 58.6 0.24 0.65
Hex BA B9 8F 0 1 17 1B 3B 18 41
Octal 272 271 217 0 1 27 33 73 30 101
Binary 10111010 10111001 10001111 0 1 10111 11011 111011 11000 1000001

Color Harmonies of #BAB98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB98F

Black with #BAB98F

Text Example


Text Example

White with #BAB98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB98F; }

 p { color: rgb(186,185,143); }

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

background-color css

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

 a { background-color: rgb(186,185,143); }

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

border-color css

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

 span { border-color: rgb(186,185,143); }

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