#BEB98B

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

Shades of Coriander #BEB98B

Tints of Coriander #BEB98B

Color information

#BEB98B (or 0xBEB98B) is unknown color: approx Coriander. HEX triplet: BE, B9 and 8B. RGB value is (190,185,139). Sum of RGB (Red+Green+Blue) = 190+185+139=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB98B is #414674. Grayscale: #B5B5B5. Windows color (decimal): -4277877 or 9157054. OLE color: 9157054.

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

Color convert

RGB190185139-
CMYK00.030.270.25
HSL54.12º28.18%64.51%-
HSV(B)54.12º26.84%74.51%-
XYZ43.2447.5131.32-
YUV181.25104.16134.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=36.96%
G=35.99%
B=27.04%

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
Decimal19018513900.030.270.2554.1228.1864.51
HexBEB98B031B19361c41
Octal2762712130333316634101
Binary1011111010111001100010110111101111001110110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB98B; }

 p { color: rgb(190,185,139); }

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

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

 a { background-color: rgb(190,185,139); }

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

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

 span { border-color: rgb(190,185,139); }

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