#BEB48A

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

Shades of Coriander #BEB48A

Tints of Coriander #BEB48A

Color information

#BEB48A (or 0xBEB48A) is unknown color: approx Coriander. HEX triplet: BE, B4 and 8A. RGB value is (190,180,138). Sum of RGB (Red+Green+Blue) = 190+180+138=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB48A is #414B75. Grayscale: #B2B2B2. Windows color (decimal): -4279158 or 9090238. OLE color: 9090238.

HSL color Cylindrical-coordinate representation of color #BEB48A: hue angle of 48.46º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEB48A is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190180138-
CMYK00.050.270.25
HSL48.46º28.57%64.31%-
HSV(B)48.46º27.37%74.51%-
XYZ42.1445.4230.59-
YUV178.2105.31136.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=37.40%
G=35.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018013800.050.270.2548.4628.5764.31
HexBEB48A051B19301d40
Octal2762642120533316035100
Binary10111110101101001000101001011101111001110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB48A; }

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

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

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

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

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

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

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

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