Html Css Color HEX #BABA8F Coriander

📋 copy color: '#BABA8F'

red 186 ◦ green 186 ◦ blue 143

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

Shades of Coriander #BABA8F

Tints of Coriander #BABA8F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

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

R = 36.12%
G = 36.12%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BABA8F (or 0xBABA8F) is known color: Coriander. HEX triplet: BA, BA and 8F. RGB value is (186,186,143). Sum of RGB (Red+Green+Blue) = 186+186+143=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA8F is #454570. Grayscale: #B5B5B5. Windows color (decimal): -4539761 or 9419450. OLE color: 9419450.

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

Color convert

RGB 186 186 143 -
CMYK 0 0 0.23 0.27
HSL 60º 0.24% 0.65% -
HSV(B) 60º 0.23% 0.73% -
XYZ 42.77 47.54 32.91 -
YUV 181.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 186 186 143 0 0 0.23 0.27 60 0.24 0.65
Hex BA BA 8F 0 0 17 1B 3C 18 41
Octal 272 272 217 0 0 27 33 74 30 101
Binary 10111010 10111010 10001111 0 0 10111 11011 111100 11000 1000001

Color Harmonies of #BABA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA8F

Black with #BABA8F

Text Example


Text Example

White with #BABA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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