#BEBC8F

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

Shades of Coriander #BEBC8F

Tints of Coriander #BEBC8F

Color information

#BEBC8F (or 0xBEBC8F) is unknown color: approx Coriander. HEX triplet: BE, BC and 8F. RGB value is (190,188,143). Sum of RGB (Red+Green+Blue) = 190+188+143=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC8F is #414370. Grayscale: #B7B7B7. Windows color (decimal): -4277105 or 9419966. OLE color: 9419966.

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

Color convert

RGB190188143-
CMYK00.010.250.25
HSL57.45º26.55%65.29%-
HSV(B)57.45º24.74%74.51%-
XYZ44.1848.933.1-
YUV183.47105.16132.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=36.47%
G=36.08%
B=27.45%

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
Decimal19018814300.010.250.2557.4526.5565.29
HexBEBC8F011919391b41
Octal2762742170131317133101
Binary101111101011110010001111011100111001111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC8F; }

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

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

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

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

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

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

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

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