#BEBA8C

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

Shades of Coriander #BEBA8C

Tints of Coriander #BEBA8C

Color information

#BEBA8C (or 0xBEBA8C) is unknown color: approx Coriander. HEX triplet: BE, BA and 8C. RGB value is (190,186,140). Sum of RGB (Red+Green+Blue) = 190+186+140=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA8C is #414573. Grayscale: #B6B6B6. Windows color (decimal): -4277620 or 9222846. OLE color: 9222846.

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

Color convert

RGB190186140-
CMYK00.020.260.25
HSL55.2º27.78%64.71%-
HSV(B)55.2º26.32%74.51%-
XYZ43.5347.9631.77-
YUV181.95104.33133.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=36.82%
G=36.05%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018614000.020.260.2555.227.7864.71
HexBEBA8C021A19371c41
Octal2762722140232316734101
Binary1011111010111010100011000101101011001110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA8C; }

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

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

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

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

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

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

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

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