#BFB590

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

Shades of Coriander #BFB590

Tints of Coriander #BFB590

Color information

#BFB590 (or 0xBFB590) is unknown color: approx Coriander. HEX triplet: BF, B5 and 90. RGB value is (191,181,144). Sum of RGB (Red+Green+Blue) = 191+181+144=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB590 is #404A6F. Grayscale: #B3B3B3. Windows color (decimal): -4213360 or 9483711. OLE color: 9483711.

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

Color convert

RGB191181144-
CMYK00.050.250.25
HSL47.23º26.86%65.69%-
HSV(B)47.23º24.61%74.9%-
XYZ43.0446.1433.02-
YUV179.77107.81136.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=37.02%
G=35.08%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118114400.050.250.2547.2326.8665.69
HexBFB5900519192f1b42
Octal2772652200531315733102
Binary10111111101101011001000001011100111001101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB590; }

 p { color: rgb(191,181,144); }

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

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

 a { background-color: rgb(191,181,144); }

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

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

 span { border-color: rgb(191,181,144); }

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