Html Css Color HEX #BAB385 Coriander

📋 copy color: '#BAB385'

red 186 ◦ green 179 ◦ blue 133

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

Shades of Coriander #BAB385

Tints of Coriander #BAB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 37.35%
G = 35.94%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAB385 (or 0xBAB385) is known color: Coriander. HEX triplet: BA, B3 and 85. RGB value is (186,179,133). Sum of RGB (Red+Green+Blue) = 186+179+133=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB385 is #454C7A. Grayscale: #B0B0B0. Windows color (decimal): -4541563 or 8762298. OLE color: 8762298.

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

Color convert

RGB 186 179 133 -
CMYK 0 0.04 0.28 0.27
HSL 52.08º 0.28% 0.63% -
HSV(B) 52.08º 0.28% 0.73% -
XYZ 40.6 44.37 28.62 -
YUV 175.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 186 179 133 0 0.04 0.28 0.27 52.08 0.28 0.63
Hex BA B3 85 0 4 1C 1B 34 1C 3F
Octal 272 263 205 0 4 34 33 64 34 77
Binary 10111010 10110011 10000101 0 100 11100 11011 110100 11100 111111

Color Harmonies of #BAB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB385

Black with #BAB385

Text Example


Text Example

White with #BAB385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB385; }

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

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

background-color css

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

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

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

border-color css

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

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

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