Html Css Color HEX #BAB685 Coriander

📋 copy color: '#BAB685'

red 186 ◦ green 182 ◦ blue 133

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

Shades of Coriander #BAB685

Tints of Coriander #BAB685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

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

R = 37.13%
G = 36.33%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BAB685 (or 0xBAB685) is known color: Coriander. HEX triplet: BA, B6 and 85. RGB value is (186,182,133). Sum of RGB (Red+Green+Blue) = 186+182+133=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB685 is #45497A. Grayscale: #B1B1B1. Windows color (decimal): -4540795 or 8763066. OLE color: 8763066.

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

Color convert

RGB 186 182 133 -
CMYK 0 0.02 0.28 0.27
HSL 55.47º 0.28% 0.63% -
HSV(B) 55.47º 0.28% 0.73% -
XYZ 41.21 45.59 28.82 -
YUV 177.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 186 182 133 0 0.02 0.28 0.27 55.47 0.28 0.63
Hex BA B6 85 0 2 1C 1B 37 1C 3F
Octal 272 266 205 0 2 34 33 67 34 77
Binary 10111010 10110110 10000101 0 10 11100 11011 110111 11100 111111

Color Harmonies of #BAB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB685

Black with #BAB685

Text Example


Text Example

White with #BAB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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