#BFB490

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

Shades of Coriander #BFB490

Tints of Coriander #BFB490

Color information

#BFB490 (or 0xBFB490) is unknown color: approx Coriander. HEX triplet: BF, B4 and 90. RGB value is (191,180,144). Sum of RGB (Red+Green+Blue) = 191+180+144=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB490 is #404B6F. Grayscale: #B3B3B3. Windows color (decimal): -4213616 or 9483455. OLE color: 9483455.

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

Color convert

RGB191180144-
CMYK00.060.250.25
HSL45.96º26.86%65.69%-
HSV(B)45.96º24.61%74.9%-
XYZ42.8445.7332.95-
YUV179.18108.14136.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=37.09%
G=34.95%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118014400.060.250.2545.9626.8665.69
HexBFB4900619192e1b42
Octal2772642200631315633102
Binary10111111101101001001000001101100111001101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB490; }

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

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

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

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

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

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

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

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