#BAB283

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

Shades of Coriander #BAB283

Tints of Coriander #BAB283

Color information

#BAB283 (or 0xBAB283) is unknown color: approx Coriander. HEX triplet: BA, B2 and 83. RGB value is (186,178,131). Sum of RGB (Red+Green+Blue) = 186+178+131=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB283 is #454D7C. Grayscale: #AFAFAF. Windows color (decimal): -4541821 or 8630970. OLE color: 8630970.

HSL color Cylindrical-coordinate representation of color #BAB283: hue angle of 51.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB283 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186178131-
CMYK00.040.300.27
HSL51.27º28.5%62.16%-
HSV(B)51.27º29.57%72.94%-
XYZ40.2743.9227.83-
YUV175.03103.15135.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 131 (51.56% from 255) = 26.46%
R=37.58%
G=35.96%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617813100.040.300.2751.2728.562.16
HexBAB283041E1B331c3e
Octal272262203043633633476
Binary1011101010110010100000110100111101101111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB283; }

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

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

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

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

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

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

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

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