#BEB68F

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

Shades of Coriander #BEB68F

Tints of Coriander #BEB68F

Color information

#BEB68F (or 0xBEB68F) is unknown color: approx Coriander. HEX triplet: BE, B6 and 8F. RGB value is (190,182,143). Sum of RGB (Red+Green+Blue) = 190+182+143=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB68F is #414970. Grayscale: #B4B4B4. Windows color (decimal): -4278641 or 9418430. OLE color: 9418430.

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

Color convert

RGB190182143-
CMYK00.040.250.25
HSL49.79º26.55%65.29%-
HSV(B)49.79º24.74%74.51%-
XYZ42.9246.3932.68-
YUV179.95107.15135.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=36.89%
G=35.34%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018214300.040.250.2549.7926.5565.29
HexBEB68F041919321b41
Octal2762662170431316233101
Binary10111110101101101000111101001100111001110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB68F; }

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

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

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

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

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

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

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

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