Html Css Color HEX #BAB88C Coriander

📋 copy color: '#BAB88C'

red 186 ◦ green 184 ◦ blue 140

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

Shades of Coriander #BAB88C

Tints of Coriander #BAB88C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.08%

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 36.47%
G = 36.08%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BAB88C (or 0xBAB88C) is known color: Coriander. HEX triplet: BA, B8 and 8C. RGB value is (186,184,140). Sum of RGB (Red+Green+Blue) = 186+184+140=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB88C is #454773. Grayscale: #B3B3B3. Windows color (decimal): -4540276 or 9222330. OLE color: 9222330.

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

Color convert

RGB 186 184 140 -
CMYK 0 0.01 0.25 0.27
HSL 57.39º 0.25% 0.64% -
HSV(B) 57.39º 0.25% 0.73% -
XYZ 42.12 46.61 31.59 -
YUV 179.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 186 184 140 0 0.01 0.25 0.27 57.39 0.25 0.64
Hex BA B8 8C 0 1 19 1B 39 19 40
Octal 272 270 214 0 1 31 33 71 31 100
Binary 10111010 10111000 10001100 0 1 11001 11011 111001 11001 1000000

Color Harmonies of #BAB88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB88C

Black with #BAB88C

Text Example


Text Example

White with #BAB88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB88C; }

 p { color: rgb(186,184,140); }

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

background-color css

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

 a { background-color: rgb(186,184,140); }

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

border-color css

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

 span { border-color: rgb(186,184,140); }

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