#BEBB96

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

Shades of Coriander #BEBB96

Tints of Coriander #BEBB96

Color information

#BEBB96 (or 0xBEBB96) is unknown color: approx Coriander. HEX triplet: BE, BB and 96. RGB value is (190,187,150). Sum of RGB (Red+Green+Blue) = 190+187+150=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBB96 is #414469. Grayscale: #B7B7B7. Windows color (decimal): -4277354 or 9878462. OLE color: 9878462.

HSL color Cylindrical-coordinate representation of color #BEBB96: hue angle of 55.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 #BEBB96 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190187150-
CMYK00.020.210.25
HSL55.5º23.53%66.67%-
HSV(B)55.5º21.05%74.51%-
XYZ44.5148.6935.91-
YUV183.68108.99132.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=36.05%
G=35.48%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018715000.020.210.2555.523.5366.67
HexBEBB96021519381843
Octal2762732260225317030103
Binary1011111010111011100101100101010111001111000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBB96; }

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

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

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

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

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

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

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

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