#BEBD8D

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

Shades of Coriander #BEBD8D

Tints of Coriander #BEBD8D

Color information

#BEBD8D (or 0xBEBD8D) is unknown color: approx Coriander. HEX triplet: BE, BD and 8D. RGB value is (190,189,141). Sum of RGB (Red+Green+Blue) = 190+189+141=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD8D is #414272. Grayscale: #B8B8B8. Windows color (decimal): -4276851 or 9289150. OLE color: 9289150.

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

Color convert

RGB190189141-
CMYK00.010.260.25
HSL58.78º27.37%64.9%-
HSV(B)58.78º25.79%74.51%-
XYZ44.2449.2732.38-
YUV183.83103.83132.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 189 (74.22% from 255) = 36.35%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=36.54%
G=36.35%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018914100.010.260.2558.7827.3764.9
HexBEBD8D011A193b1b41
Octal2762752150132317333101
Binary101111101011110110001101011101011001111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD8D; }

 p { color: rgb(190,189,141); }

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

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

 a { background-color: rgb(190,189,141); }

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

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

 span { border-color: rgb(190,189,141); }

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