#BAB28F

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

Shades of Coriander #BAB28F

Tints of Coriander #BAB28F

Color information

#BAB28F (or 0xBAB28F) is unknown color: approx Coriander. HEX triplet: BA, B2 and 8F. RGB value is (186,178,143). Sum of RGB (Red+Green+Blue) = 186+178+143=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28F is #454D70. Grayscale: #B0B0B0. Windows color (decimal): -4541809 or 9417402. OLE color: 9417402.

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

Color convert

RGB186178143-
CMYK00.040.230.27
HSL48.84º23.76%64.51%-
HSV(B)48.84º23.12%72.94%-
XYZ41.1344.2632.36-
YUV176.4109.15134.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=36.69%
G=35.11%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617814300.040.230.2748.8423.7664.51
HexBAB28F04171B311841
Octal2722622170427336130101
Binary10111010101100101000111101001011111011110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB28F; }

 p { color: rgb(186,178,143); }

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

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

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

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

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

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

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