Html Css Color HEX #BAB691 Coriander

📋 copy color: '#BAB691'

red 186 ◦ green 182 ◦ blue 145

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

Shades of Coriander #BAB691

Tints of Coriander #BAB691

RGB

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

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

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

R = 36.26%
G = 35.48%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAB691 (or 0xBAB691) is known color: Coriander. HEX triplet: BA, B6 and 91. RGB value is (186,182,145). Sum of RGB (Red+Green+Blue) = 186+182+145=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB691 is #45496E. Grayscale: #B3B3B3. Windows color (decimal): -4540783 or 9549498. OLE color: 9549498.

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

Color convert

RGB 186 182 145 -
CMYK 0 0.02 0.22 0.27
HSL 54.15º 0.23% 0.65% -
HSV(B) 54.15º 0.22% 0.73% -
XYZ 42.09 45.94 33.44 -
YUV 178.98 108.83 133.01 -
System Red Green Blue C M Y K H S L
Decimal 186 182 145 0 0.02 0.22 0.27 54.15 0.23 0.65
Hex BA B6 91 0 2 16 1B 36 17 41
Octal 272 266 221 0 2 26 33 66 27 101
Binary 10111010 10110110 10010001 0 10 10110 11011 110110 10111 1000001

Color Harmonies of #BAB691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB691

Black with #BAB691

Text Example


Text Example

White with #BAB691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB691; }

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

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

background-color css

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

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

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

border-color css

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

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

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