Html Css Color HEX #BAB291 Coriander

📋 copy color: '#BAB291'

red 186 ◦ green 178 ◦ blue 145

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

Shades of Coriander #BAB291

Tints of Coriander #BAB291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 36.54%
G = 34.97%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB291 (or 0xBAB291) is known color: Coriander. HEX triplet: BA, B2 and 91. RGB value is (186,178,145). Sum of RGB (Red+Green+Blue) = 186+178+145=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB291 is #454D6E. Grayscale: #B0B0B0. Windows color (decimal): -4541807 or 9548474. OLE color: 9548474.

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

Color convert

RGB 186 178 145 -
CMYK 0 0.04 0.22 0.27
HSL 48.29º 0.23% 0.65% -
HSV(B) 48.29º 0.22% 0.73% -
XYZ 41.28 44.32 33.17 -
YUV 176.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 186 178 145 0 0.04 0.22 0.27 48.29 0.23 0.65
Hex BA B2 91 0 4 16 1B 30 17 41
Octal 272 262 221 0 4 26 33 60 27 101
Binary 10111010 10110010 10010001 0 100 10110 11011 110000 10111 1000001

Color Harmonies of #BAB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB291

Black with #BAB291

Text Example


Text Example

White with #BAB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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