#BEBA95

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

Shades of Coriander #BEBA95

Tints of Coriander #BEBA95

Color information

#BEBA95 (or 0xBEBA95) is unknown color: approx Coriander. HEX triplet: BE, BA and 95. RGB value is (190,186,149). Sum of RGB (Red+Green+Blue) = 190+186+149=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA95 is #41456A. Grayscale: #B7B7B7. Windows color (decimal): -4277611 or 9812670. OLE color: 9812670.

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

Color convert

RGB190186149-
CMYK00.020.220.25
HSL54.15º23.98%66.47%-
HSV(B)54.15º21.58%74.51%-
XYZ44.2248.2335.41-
YUV182.98108.83133.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=36.19%
G=35.43%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018614900.020.220.2554.1523.9866.47
HexBEBA95021619361842
Octal2762722250226316630102
Binary1011111010111010100101010101011011001110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA95; }

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

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

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

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

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

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

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

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