#BEB986

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

Shades of Coriander #BEB986

Tints of Coriander #BEB986

Color information

#BEB986 (or 0xBEB986) is unknown color: approx Coriander. HEX triplet: BE, B9 and 86. RGB value is (190,185,134). Sum of RGB (Red+Green+Blue) = 190+185+134=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB986 is #414679. Grayscale: #B4B4B4. Windows color (decimal): -4277882 or 8829374. OLE color: 8829374.

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

Color convert

RGB190185134-
CMYK00.030.290.25
HSL54.64º30.11%63.53%-
HSV(B)54.64º29.47%74.51%-
XYZ42.8947.3729.44-
YUV180.68101.66134.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=37.33%
G=36.35%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018513400.030.290.2554.6430.1163.53
HexBEB986031D19371e40
Octal2762712060335316736100
Binary1011111010111001100001100111110111001110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB986; }

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

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

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

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

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

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

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

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