#BEBB86

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

Shades of Coriander #BEBB86

Tints of Coriander #BEBB86

Color information

#BEBB86 (or 0xBEBB86) is unknown color: approx Coriander. HEX triplet: BE, BB and 86. RGB value is (190,187,134). Sum of RGB (Red+Green+Blue) = 190+187+134=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB86 is #414479. Grayscale: #B6B6B6. Windows color (decimal): -4277370 or 8829886. OLE color: 8829886.

HSL color Cylindrical-coordinate representation of color #BEBB86: hue angle of 56.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEBB86 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190187134-
CMYK00.020.290.25
HSL56.79º30.11%63.53%-
HSV(B)56.79º29.47%74.51%-
XYZ43.3148.2129.58-
YUV181.86100.99133.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=37.18%
G=36.59%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018713400.020.290.2556.7930.1163.53
HexBEBB86021D19391e40
Octal2762732060235317136100
Binary1011111010111011100001100101110111001111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB86; }

 p { color: rgb(190,187,134); }

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

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

 a { background-color: rgb(190,187,134); }

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

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

 span { border-color: rgb(190,187,134); }

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