#BEBC88

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

Shades of Coriander #BEBC88

Tints of Coriander #BEBC88

Color information

#BEBC88 (or 0xBEBC88) is unknown color: approx Coriander. HEX triplet: BE, BC and 88. RGB value is (190,188,136). Sum of RGB (Red+Green+Blue) = 190+188+136=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC88 is #414377. Grayscale: #B6B6B6. Windows color (decimal): -4277112 or 8961214. OLE color: 8961214.

HSL color Cylindrical-coordinate representation of color #BEBC88: hue angle of 57.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEBC88 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190188136-
CMYK00.010.280.25
HSL57.78º29.35%63.92%-
HSV(B)57.78º28.42%74.51%-
XYZ43.6648.6930.39-
YUV182.67101.66133.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=36.96%
G=36.58%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018813600.010.280.2557.7829.3563.92
HexBEBC88011C193a1d40
Octal2762742100134317235100
Binary101111101011110010001000011110011001111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC88; }

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

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

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

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

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

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

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

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