#BEBC92

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

Shades of Coriander #BEBC92

Tints of Coriander #BEBC92

Color information

#BEBC92 (or 0xBEBC92) is unknown color: approx Coriander. HEX triplet: BE, BC and 92. RGB value is (190,188,146). Sum of RGB (Red+Green+Blue) = 190+188+146=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC92 is #41436D. Grayscale: #B7B7B7. Windows color (decimal): -4277102 or 9616574. OLE color: 9616574.

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

Color convert

RGB190188146-
CMYK00.010.230.25
HSL57.27º25.29%65.88%-
HSV(B)57.27º23.16%74.51%-
XYZ44.4148.9934.31-
YUV183.81106.66132.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=36.26%
G=35.88%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018814600.010.230.2557.2725.2965.88
HexBEBC92011719391942
Octal2762742220127317131102
Binary101111101011110010010010011011111001111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC92; }

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

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

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

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

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

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

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

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