#BEBA8B

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

Shades of Coriander #BEBA8B

Tints of Coriander #BEBA8B

Color information

#BEBA8B (or 0xBEBA8B) is unknown color: approx Coriander. HEX triplet: BE, BA and 8B. RGB value is (190,186,139). Sum of RGB (Red+Green+Blue) = 190+186+139=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA8B is #414574. Grayscale: #B6B6B6. Windows color (decimal): -4277621 or 9157310. OLE color: 9157310.

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

Color convert

RGB190186139-
CMYK00.020.270.25
HSL55.29º28.18%64.51%-
HSV(B)55.29º26.84%74.51%-
XYZ43.4547.9331.39-
YUV181.84103.83133.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=36.89%
G=36.12%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018613900.020.270.2555.2928.1864.51
HexBEBA8B021B19371c41
Octal2762722130233316734101
Binary1011111010111010100010110101101111001110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA8B; }

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

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

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

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

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

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

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

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