#BEB996

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

Shades of Coriander #BEB996

Tints of Coriander #BEB996

Color information

#BEB996 (or 0xBEB996) is unknown color: approx Coriander. HEX triplet: BE, B9 and 96. RGB value is (190,185,150). Sum of RGB (Red+Green+Blue) = 190+185+150=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB996 is #414669. Grayscale: #B6B6B6. Windows color (decimal): -4277866 or 9877950. OLE color: 9877950.

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

Color convert

RGB190185150-
CMYK00.030.210.25
HSL52.5º23.53%66.67%-
HSV(B)52.5º21.05%74.51%-
XYZ44.0947.8535.77-
YUV182.5109.66133.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=36.19%
G=35.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018515000.030.210.2552.523.5366.67
HexBEB996031519341843
Octal2762712260325316430103
Binary1011111010111001100101100111010111001110100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB996; }

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

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

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

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

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

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

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

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