#BEB694

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

Shades of Coriander #BEB694

Tints of Coriander #BEB694

Color information

#BEB694 (or 0xBEB694) is unknown color: approx Coriander. HEX triplet: BE, B6 and 94. RGB value is (190,182,148). Sum of RGB (Red+Green+Blue) = 190+182+148=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB694 is #41496B. Grayscale: #B4B4B4. Windows color (decimal): -4278636 or 9746110. OLE color: 9746110.

HSL color Cylindrical-coordinate representation of color #BEB694: hue angle of 48.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB694 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190182148-
CMYK00.040.220.25
HSL48.57º24.42%66.27%-
HSV(B)48.57º22.11%74.51%-
XYZ43.3146.5434.72-
YUV180.52109.65134.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=36.54%
G=35%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018214800.040.220.2548.5724.4266.27
HexBEB694041619311842
Octal2762662240426316130102
Binary10111110101101101001010001001011011001110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB694; }

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

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

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

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

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

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

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

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