#BEB695

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

Shades of Coriander #BEB695

Tints of Coriander #BEB695

Color information

#BEB695 (or 0xBEB695) is unknown color: approx Coriander. HEX triplet: BE, B6 and 95. RGB value is (190,182,149). Sum of RGB (Red+Green+Blue) = 190+182+149=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB695 is #41496A. Grayscale: #B4B4B4. Windows color (decimal): -4278635 or 9811646. OLE color: 9811646.

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

Color convert

RGB190182149-
CMYK00.040.220.25
HSL48.29º23.98%66.47%-
HSV(B)48.29º21.58%74.51%-
XYZ43.3946.5735.14-
YUV180.63110.15134.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=36.47%
G=34.93%
B=28.60%

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
Decimal19018214900.040.220.2548.2923.9866.47
HexBEB695041619301842
Octal2762662250426316030102
Binary10111110101101101001010101001011011001110000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB695; }

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

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

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

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

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

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

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

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