Html Css Color HEX #BAB38E Coriander

📋 copy color: '#BAB38E'

red 186 ◦ green 179 ◦ blue 142

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

Shades of Coriander #BAB38E

Tints of Coriander #BAB38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 36.69%
G = 35.31%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAB38E (or 0xBAB38E) is known color: Coriander. HEX triplet: BA, B3 and 8E. RGB value is (186,179,142). Sum of RGB (Red+Green+Blue) = 186+179+142=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB38E is #454C71. Grayscale: #B1B1B1. Windows color (decimal): -4541554 or 9352122. OLE color: 9352122.

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

Color convert

RGB 186 179 142 -
CMYK 0 0.04 0.24 0.27
HSL 50.45º 0.24% 0.64% -
HSV(B) 50.45º 0.24% 0.73% -
XYZ 41.25 44.63 32.03 -
YUV 176.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 186 179 142 0 0.04 0.24 0.27 50.45 0.24 0.64
Hex BA B3 8E 0 4 18 1B 32 18 40
Octal 272 263 216 0 4 30 33 62 30 100
Binary 10111010 10110011 10001110 0 100 11000 11011 110010 11000 1000000

Color Harmonies of #BAB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB38E

Black with #BAB38E

Text Example


Text Example

White with #BAB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB38E; }

 p { color: rgb(186,179,142); }

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

background-color css

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

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

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

border-color css

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

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

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