#BEB995

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

Shades of Coriander #BEB995

Tints of Coriander #BEB995

Color information

#BEB995 (or 0xBEB995) is unknown color: approx Coriander. HEX triplet: BE, B9 and 95. RGB value is (190,185,149). Sum of RGB (Red+Green+Blue) = 190+185+149=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB995 is #41466A. Grayscale: #B6B6B6. Windows color (decimal): -4277867 or 9812414. OLE color: 9812414.

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

Color convert

RGB190185149-
CMYK00.030.220.25
HSL52.68º23.98%66.47%-
HSV(B)52.68º21.58%74.51%-
XYZ44.0147.8135.34-
YUV182.39109.16133.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=36.26%
G=35.31%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018514900.030.220.2552.6823.9866.47
HexBEB995031619351842
Octal2762712250326316530102
Binary1011111010111001100101010111011011001110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB995; }

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

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

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

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

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

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

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

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