#BEBC8D

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

Shades of Coriander #BEBC8D

Tints of Coriander #BEBC8D

Color information

#BEBC8D (or 0xBEBC8D) is unknown color: approx Coriander. HEX triplet: BE, BC and 8D. RGB value is (190,188,141). Sum of RGB (Red+Green+Blue) = 190+188+141=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC8D is #414372. Grayscale: #B7B7B7. Windows color (decimal): -4277107 or 9288894. OLE color: 9288894.

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

Color convert

RGB190188141-
CMYK00.010.260.25
HSL57.55º27.37%64.9%-
HSV(B)57.55º25.79%74.51%-
XYZ44.0348.8432.31-
YUV183.24104.16132.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=36.61%
G=36.22%
B=27.17%

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
Decimal19018814100.010.260.2557.5527.3764.9
HexBEBC8D011A193a1b41
Octal2762742150132317233101
Binary101111101011110010001101011101011001111010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC8D; }

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

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

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

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

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

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

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

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