#BFB78F

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

Shades of Coriander #BFB78F

Tints of Coriander #BFB78F

Color information

#BFB78F (or 0xBFB78F) is unknown color: approx Coriander. HEX triplet: BF, B7 and 8F. RGB value is (191,183,143). Sum of RGB (Red+Green+Blue) = 191+183+143=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78F is #404870. Grayscale: #B4B4B4. Windows color (decimal): -4212849 or 9418687. OLE color: 9418687.

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

Color convert

RGB191183143-
CMYK00.040.250.25
HSL50º27.27%65.49%-
HSV(B)50º25.13%74.9%-
XYZ43.3846.9332.76-
YUV180.83106.65135.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=36.94%
G=35.40%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314300.040.250.255027.2765.49
HexBFB78F041919321b41
Octal2772672170431316233101
Binary10111111101101111000111101001100111001110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB78F; }

 p { color: rgb(191,183,143); }

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

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

 a { background-color: rgb(191,183,143); }

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

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

 span { border-color: rgb(191,183,143); }

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