Html Css Color HEX #BAB585 Coriander

📋 copy color: '#BAB585'

red 186 ◦ green 181 ◦ blue 133

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

Shades of Coriander #BAB585

Tints of Coriander #BAB585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 37.2%
G = 36.2%
B = 26.6%

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

#BAB585 (or 0xBAB585) is known color: Coriander. HEX triplet: BA, B5 and 85. RGB value is (186,181,133). Sum of RGB (Red+Green+Blue) = 186+181+133=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB585 is #454A7A. Grayscale: #B1B1B1. Windows color (decimal): -4541051 or 8762810. OLE color: 8762810.

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

Color convert

RGB 186 181 133 -
CMYK 0 0.03 0.28 0.27
HSL 54.34º 0.28% 0.63% -
HSV(B) 54.34º 0.28% 0.73% -
XYZ 41.01 45.18 28.75 -
YUV 177.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 186 181 133 0 0.03 0.28 0.27 54.34 0.28 0.63
Hex BA B5 85 0 3 1C 1B 36 1C 3F
Octal 272 265 205 0 3 34 33 66 34 77
Binary 10111010 10110101 10000101 0 11 11100 11011 110110 11100 111111

Color Harmonies of #BAB585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB585

Black with #BAB585

Text Example


Text Example

White with #BAB585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB585; }

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

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

background-color css

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

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

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

border-color css

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

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

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