Html Css Color HEX #BAB485 Coriander

📋 copy color: '#BAB485'

red 186 ◦ green 180 ◦ blue 133

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

Shades of Coriander #BAB485

Tints of Coriander #BAB485

RGB

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

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

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

R = 37.27%
G = 36.07%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAB485 (or 0xBAB485) is known color: Coriander. HEX triplet: BA, B4 and 85. RGB value is (186,180,133). Sum of RGB (Red+Green+Blue) = 186+180+133=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB485 is #454B7A. Grayscale: #B0B0B0. Windows color (decimal): -4541307 or 8762554. OLE color: 8762554.

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

Color convert

RGB 186 180 133 -
CMYK 0 0.03 0.28 0.27
HSL 53.21º 0.28% 0.63% -
HSV(B) 53.21º 0.28% 0.73% -
XYZ 40.8 44.78 28.68 -
YUV 176.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 186 180 133 0 0.03 0.28 0.27 53.21 0.28 0.63
Hex BA B4 85 0 3 1C 1B 35 1C 3F
Octal 272 264 205 0 3 34 33 65 34 77
Binary 10111010 10110100 10000101 0 11 11100 11011 110101 11100 111111

Color Harmonies of #BAB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB485

Black with #BAB485

Text Example


Text Example

White with #BAB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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