#BEBA92

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

Shades of Coriander #BEBA92

Tints of Coriander #BEBA92

Color information

#BEBA92 (or 0xBEBA92) is unknown color: approx Coriander. HEX triplet: BE, BA and 92. RGB value is (190,186,146). Sum of RGB (Red+Green+Blue) = 190+186+146=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBA92 is #41456D. Grayscale: #B6B6B6. Windows color (decimal): -4277614 or 9616062. OLE color: 9616062.

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

Color convert

RGB190186146-
CMYK00.020.230.25
HSL54.55º25.29%65.88%-
HSV(B)54.55º23.16%74.51%-
XYZ43.9848.1434.17-
YUV182.64107.33133.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=36.40%
G=35.63%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018614600.020.230.2554.5525.2965.88
HexBEBA92021719371942
Octal2762722220227316731102
Binary1011111010111010100100100101011111001110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA92; }

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

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

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

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

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

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

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

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