Html Css Color HEX #BAB290 Coriander

📋 copy color: '#BAB290'

red 186 ◦ green 178 ◦ blue 144

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

Shades of Coriander #BAB290

Tints of Coriander #BAB290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.35%

R = 36.61%
G = 35.04%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB290 (or 0xBAB290) is known color: Coriander. HEX triplet: BA, B2 and 90. RGB value is (186,178,144). Sum of RGB (Red+Green+Blue) = 186+178+144=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB290 is #454D6F. Grayscale: #B0B0B0. Windows color (decimal): -4541808 or 9482938. OLE color: 9482938.

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

Color convert

RGB 186 178 144 -
CMYK 0 0.04 0.23 0.27
HSL 48.57º 0.23% 0.65% -
HSV(B) 48.57º 0.23% 0.73% -
XYZ 41.2 44.29 32.76 -
YUV 176.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 186 178 144 0 0.04 0.23 0.27 48.57 0.23 0.65
Hex BA B2 90 0 4 17 1B 31 17 41
Octal 272 262 220 0 4 27 33 61 27 101
Binary 10111010 10110010 10010000 0 100 10111 11011 110001 10111 1000001

Color Harmonies of #BAB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB290

Black with #BAB290

Text Example


Text Example

White with #BAB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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