#BEBA91

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

Shades of Coriander #BEBA91

Tints of Coriander #BEBA91

Color information

#BEBA91 (or 0xBEBA91) is unknown color: approx Coriander. HEX triplet: BE, BA and 91. RGB value is (190,186,145). Sum of RGB (Red+Green+Blue) = 190+186+145=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA91 is #41456E. Grayscale: #B6B6B6. Windows color (decimal): -4277615 or 9550526. OLE color: 9550526.

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

Color convert

RGB190186145-
CMYK00.020.240.25
HSL54.67º25.71%65.69%-
HSV(B)54.67º23.68%74.51%-
XYZ43.948.1133.76-
YUV182.52106.83133.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=36.47%
G=35.70%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018614500.020.240.2554.6725.7165.69
HexBEBA91021819371a42
Octal2762722210230316732102
Binary1011111010111010100100010101100011001110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA91; }

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

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

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

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

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

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

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

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