#BEB693

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

Shades of Coriander #BEB693

Tints of Coriander #BEB693

Color information

#BEB693 (or 0xBEB693) is unknown color: approx Coriander. HEX triplet: BE, B6 and 93. RGB value is (190,182,147). Sum of RGB (Red+Green+Blue) = 190+182+147=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB693 is #41496C. Grayscale: #B4B4B4. Windows color (decimal): -4278637 or 9680574. OLE color: 9680574.

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

Color convert

RGB190182147-
CMYK00.040.230.25
HSL48.84º24.86%66.08%-
HSV(B)48.84º22.63%74.51%-
XYZ43.2346.5134.3-
YUV180.4109.15134.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=36.61%
G=35.07%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018214700.040.230.2548.8424.8666.08
HexBEB693041719311942
Octal2762662230427316131102
Binary10111110101101101001001101001011111001110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB693; }

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

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

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

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

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

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

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

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