Html Css Color HEX #BAB48E Coriander

📋 copy color: '#BAB48E'

red 186 ◦ green 180 ◦ blue 142

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

Shades of Coriander #BAB48E

Tints of Coriander #BAB48E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 36.61%
G = 35.43%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BAB48E (or 0xBAB48E) is known color: Coriander. HEX triplet: BA, B4 and 8E. RGB value is (186,180,142). Sum of RGB (Red+Green+Blue) = 186+180+142=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB48E is #454B71. Grayscale: #B1B1B1. Windows color (decimal): -4541298 or 9352378. OLE color: 9352378.

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

Color convert

RGB 186 180 142 -
CMYK 0 0.03 0.24 0.27
HSL 51.82º 0.24% 0.64% -
HSV(B) 51.82º 0.24% 0.73% -
XYZ 41.45 45.03 32.1 -
YUV 177.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 186 180 142 0 0.03 0.24 0.27 51.82 0.24 0.64
Hex BA B4 8E 0 3 18 1B 34 18 40
Octal 272 264 216 0 3 30 33 64 30 100
Binary 10111010 10110100 10001110 0 11 11000 11011 110100 11000 1000000

Color Harmonies of #BAB48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB48E

Black with #BAB48E

Text Example


Text Example

White with #BAB48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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