#BEB48E

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

Shades of Coriander #BEB48E

Tints of Coriander #BEB48E

Color information

#BEB48E (or 0xBEB48E) is unknown color: approx Coriander. HEX triplet: BE, B4 and 8E. RGB value is (190,180,142). Sum of RGB (Red+Green+Blue) = 190+180+142=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB48E is #414B71. Grayscale: #B2B2B2. Windows color (decimal): -4279154 or 9352382. OLE color: 9352382.

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

Color convert

RGB190180142-
CMYK00.050.250.25
HSL47.5º26.97%65.1%-
HSV(B)47.5º25.26%74.51%-
XYZ42.4445.5432.15-
YUV178.66107.31136.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=37.11%
G=35.16%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018014200.050.250.2547.526.9765.1
HexBEB48E051919301b41
Octal2762642160531316033101
Binary10111110101101001000111001011100111001110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB48E; }

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

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

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

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

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

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

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

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