#BEB88E

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

Shades of Coriander #BEB88E

Tints of Coriander #BEB88E

Color information

#BEB88E (or 0xBEB88E) is unknown color: approx Coriander. HEX triplet: BE, B8 and 8E. RGB value is (190,184,142). Sum of RGB (Red+Green+Blue) = 190+184+142=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB88E is #414771. Grayscale: #B5B5B5. Windows color (decimal): -4278130 or 9353406. OLE color: 9353406.

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

Color convert

RGB190184142-
CMYK00.030.250.25
HSL52.5º26.97%65.1%-
HSV(B)52.5º25.26%74.51%-
XYZ43.2647.1832.42-
YUV181.01105.99134.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=36.82%
G=35.66%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018414200.030.250.2552.526.9765.1
HexBEB88E031919341b41
Octal2762702160331316433101
Binary1011111010111000100011100111100111001110100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB88E; }

 p { color: rgb(190,184,142); }

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

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

 a { background-color: rgb(190,184,142); }

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

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

 span { border-color: rgb(190,184,142); }

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