Html Css Color HEX #BAB690 Coriander

📋 copy color: '#BAB690'

red 186 ◦ green 182 ◦ blue 144

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

Shades of Coriander #BAB690

Tints of Coriander #BAB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 36.33%
G = 35.55%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BAB690 (or 0xBAB690) is known color: Coriander. HEX triplet: BA, B6 and 90. RGB value is (186,182,144). Sum of RGB (Red+Green+Blue) = 186+182+144=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB690 is #45496F. Grayscale: #B3B3B3. Windows color (decimal): -4540784 or 9483962. OLE color: 9483962.

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

Color convert

RGB 186 182 144 -
CMYK 0 0.02 0.23 0.27
HSL 54.29º 0.23% 0.65% -
HSV(B) 54.29º 0.23% 0.73% -
XYZ 42.01 45.91 33.03 -
YUV 178.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 186 182 144 0 0.02 0.23 0.27 54.29 0.23 0.65
Hex BA B6 90 0 2 17 1B 36 17 41
Octal 272 266 220 0 2 27 33 66 27 101
Binary 10111010 10110110 10010000 0 10 10111 11011 110110 10111 1000001

Color Harmonies of #BAB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB690

Black with #BAB690

Text Example


Text Example

White with #BAB690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB690; }

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

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

background-color css

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

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

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

border-color css

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

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

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