#BEB88A

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

Shades of Coriander #BEB88A

Tints of Coriander #BEB88A

Color information

#BEB88A (or 0xBEB88A) is unknown color: approx Coriander. HEX triplet: BE, B8 and 8A. RGB value is (190,184,138). Sum of RGB (Red+Green+Blue) = 190+184+138=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB88A is #414775. Grayscale: #B4B4B4. Windows color (decimal): -4278134 or 9091262. OLE color: 9091262.

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

Color convert

RGB190184138-
CMYK00.030.270.25
HSL53.08º28.57%64.31%-
HSV(B)53.08º27.37%74.51%-
XYZ42.9647.0630.86-
YUV180.55103.99134.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=37.11%
G=35.94%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018413800.030.270.2553.0828.5764.31
HexBEB88A031B19351d40
Octal2762702120333316535100
Binary1011111010111000100010100111101111001110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB88A; }

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

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

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

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

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

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

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

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