#BABA89

Color #BABA89 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BABA89

Tints of Coriander #BABA89

Color information

#BABA89 (or 0xBABA89) is unknown color: approx Coriander. HEX triplet: BA, BA and 89. RGB value is (186,186,137). Sum of RGB (Red+Green+Blue) = 186+186+137=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA89 is #454576. Grayscale: #B4B4B4. Windows color (decimal): -4539767 or 9026234. OLE color: 9026234.

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

Color convert

RGB186186137-
CMYK000.260.27
HSL60º26.2%63.33%-
HSV(B)60º26.34%72.94%-
XYZ42.3247.3630.58-
YUV180.41103.5131.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=36.54%
G=36.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186137000.260.276026.263.33
HexBABA89001A1B3c1a3f
Octal272272211003233743277
Binary10111010101110101000100100110101101111110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA89; }

 p { color: rgb(186,186,137); }

 H1.HeaderClassName
 {
   color: #BABA89;
 }
 .AnyTagClassName
 {
   color: #BABA89;
 }
</style>
background-color css

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

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

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

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

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

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