#BEB992

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

Shades of Coriander #BEB992

Tints of Coriander #BEB992

Color information

#BEB992 (or 0xBEB992) is unknown color: approx Coriander. HEX triplet: BE, B9 and 92. RGB value is (190,185,146). Sum of RGB (Red+Green+Blue) = 190+185+146=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB992 is #41466D. Grayscale: #B6B6B6. Windows color (decimal): -4277870 or 9615806. OLE color: 9615806.

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

Color convert

RGB190185146-
CMYK00.030.230.25
HSL53.18º25.29%65.88%-
HSV(B)53.18º23.16%74.51%-
XYZ43.7747.7234.1-
YUV182.05107.66133.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=36.47%
G=35.51%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018514600.030.230.2553.1825.2965.88
HexBEB992031719351942
Octal2762712220327316531102
Binary1011111010111001100100100111011111001110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB992; }

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

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

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

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

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

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

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

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