#BEBA8E

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

Shades of Coriander #BEBA8E

Tints of Coriander #BEBA8E

Color information

#BEBA8E (or 0xBEBA8E) is unknown color: approx Coriander. HEX triplet: BE, BA and 8E. RGB value is (190,186,142). Sum of RGB (Red+Green+Blue) = 190+186+142=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA8E is #414571. Grayscale: #B6B6B6. Windows color (decimal): -4277618 or 9353918. OLE color: 9353918.

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

Color convert

RGB190186142-
CMYK00.020.250.25
HSL55º26.97%65.1%-
HSV(B)55º25.26%74.51%-
XYZ43.6848.0232.56-
YUV182.18105.33133.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=36.68%
G=35.91%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018614200.020.250.255526.9765.1
HexBEBA8E021919371b41
Octal2762722160231316733101
Binary1011111010111010100011100101100111001110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA8E; }

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

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

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

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

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

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

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

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