#BEB686

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

Shades of Coriander #BEB686

Tints of Coriander #BEB686

Color information

#BEB686 (or 0xBEB686) is unknown color: approx Coriander. HEX triplet: BE, B6 and 86. RGB value is (190,182,134). Sum of RGB (Red+Green+Blue) = 190+182+134=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB686 is #414979. Grayscale: #B3B3B3. Windows color (decimal): -4278650 or 8828606. OLE color: 8828606.

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

Color convert

RGB190182134-
CMYK00.040.290.25
HSL51.43º30.11%63.53%-
HSV(B)51.43º29.47%74.51%-
XYZ42.2746.1229.23-
YUV178.92102.65135.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=37.55%
G=35.97%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018213400.040.290.2551.4330.1163.53
HexBEB686041D19331e40
Octal2762662060435316336100
Binary10111110101101101000011001001110111001110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB686; }

 p { color: rgb(190,182,134); }

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

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

 a { background-color: rgb(190,182,134); }

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

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

 span { border-color: rgb(190,182,134); }

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