#BFB78E

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

Shades of Coriander #BFB78E

Tints of Coriander #BFB78E

Color information

#BFB78E (or 0xBFB78E) is unknown color: approx Coriander. HEX triplet: BF, B7 and 8E. RGB value is (191,183,142). Sum of RGB (Red+Green+Blue) = 191+183+142=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78E is #404871. Grayscale: #B4B4B4. Windows color (decimal): -4212850 or 9353151. OLE color: 9353151.

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

Color convert

RGB191183142-
CMYK00.040.260.25
HSL50.2º27.68%65.29%-
HSV(B)50.2º25.65%74.9%-
XYZ43.346.932.36-
YUV180.72106.15135.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 183 (71.88% from 255) = 35.47%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=37.02%
G=35.47%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118314200.040.260.2550.227.6865.29
HexBFB78E041A19321c41
Octal2772672160432316234101
Binary10111111101101111000111001001101011001110010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB78E; }

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

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

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

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

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

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

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

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