#BEBD8E

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

Shades of Coriander #BEBD8E

Tints of Coriander #BEBD8E

Color information

#BEBD8E (or 0xBEBD8E) is unknown color: approx Coriander. HEX triplet: BE, BD and 8E. RGB value is (190,189,142). Sum of RGB (Red+Green+Blue) = 190+189+142=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD8E is #414271. Grayscale: #B8B8B8. Windows color (decimal): -4276850 or 9354686. OLE color: 9354686.

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

Color convert

RGB190189142-
CMYK00.010.250.25
HSL58.75º26.97%65.1%-
HSV(B)58.75º25.26%74.51%-
XYZ44.3249.332.77-
YUV183.94104.33132.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=36.47%
G=36.28%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018914200.010.250.2558.7526.9765.1
HexBEBD8E0119193b1b41
Octal2762752160131317333101
Binary101111101011110110001110011100111001111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD8E; }

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

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

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

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

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

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

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

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